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
|
||||
'(#:import-path "github.com/stretchr/testify"))
|
||||
(propagated-inputs
|
||||
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
|
||||
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
|
||||
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
|
||||
("gopkg.in/yaml.v3" ,go-gopkg-in-yaml-v3)))
|
||||
(list go-github-com-davecgh-go-spew
|
||||
go-github-com-pmezard-go-difflib
|
||||
go-github-com-stretchr-objx
|
||||
go-gopkg-in-yaml-v3))
|
||||
(home-page "https://github.com/stretchr/testify")
|
||||
(synopsis "Go helper library for tests and invariant checking")
|
||||
(description "This package provide many tools for testifying that your
|
||||
|
|
Reference in New Issue