Archived
1
0
Fork 0

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: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9
This commit is contained in:
Sharlatan Hellseher 2023-10-19 02:28:57 +01:00 committed by Maxim Cournoyer
parent 7d40f11e01
commit 1ac7f7d068
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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