gnu: go-github-com-stretchr-testify-bootstrap: Move to golang-check.scm
* gnu/packages/golang.scm (go-github-com-stretchr-testify-bootstrap): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaa32e1c17a0e5a372613302e5e7fbf8de4d9572a
This commit is contained in:
parent
94b5db7bbc
commit
b7466215cd
2 changed files with 12 additions and 11 deletions
|
@ -414,6 +414,18 @@ (define-public go-github-com-stretchr-testify
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-stretchr-testify-bootstrap
|
||||||
|
(hidden-package
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-stretchr-testify)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/stretchr/testify"
|
||||||
|
#:tests? #f
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
(delete 'build))))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-gopkg-in-yaml-v3)))))
|
||||||
|
|
||||||
(define-public go-github-com-tdewolff-test
|
(define-public go-github-com-tdewolff-test
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-tdewolff-test")
|
(name "go-github-com-tdewolff-test")
|
||||||
|
|
|
@ -4466,17 +4466,6 @@ (define-public go-github-com-stretchr-objx
|
||||||
slices, JSON and other data.")
|
slices, JSON and other data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define go-github-com-stretchr-testify-bootstrap
|
|
||||||
(package
|
|
||||||
(inherit go-github-com-stretchr-testify)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/stretchr/testify"
|
|
||||||
#:tests? #f
|
|
||||||
#:phases (modify-phases %standard-phases
|
|
||||||
(delete 'build))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-gopkg-in-yaml-v3))))
|
|
||||||
|
|
||||||
(define-public go-github-com-technoweenie-multipartstreamer
|
(define-public go-github-com-technoweenie-multipartstreamer
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-technoweenie-multipartstreamer")
|
(name "go-github-com-technoweenie-multipartstreamer")
|
||||||
|
|
Loading…
Reference in a new issue