gnu: go-github-com-stretchr-testify: Remove labels.
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Remove input lables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9master
parent
7d40f11e01
commit
1ac7f7d068
|
@ -83,10 +83,10 @@
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/stretchr/testify"))
|
'(#:import-path "github.com/stretchr/testify"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
|
(list go-github-com-davecgh-go-spew
|
||||||
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
|
go-github-com-pmezard-go-difflib
|
||||||
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
|
go-github-com-stretchr-objx
|
||||||
("gopkg.in/yaml.v3" ,go-gopkg-in-yaml-v3)))
|
go-gopkg-in-yaml-v3))
|
||||||
(home-page "https://github.com/stretchr/testify")
|
(home-page "https://github.com/stretchr/testify")
|
||||||
(synopsis "Go helper library for tests and invariant checking")
|
(synopsis "Go helper library for tests and invariant checking")
|
||||||
(description "This package provide many tools for testifying that your
|
(description "This package provide many tools for testifying that your
|
||||||
|
|
Reference in New Issue