me
/
guix
Archived
1
0
Fork 0

gnu: go-gotest-tools-assert: Add missing inputs.

* gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs.
[native-inputs]: Move go-github-com-google-go-cmp-cmp and
go-github-com-pkg-errors from here ...
[propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and
go-golang-org-x-tools.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I8b9e1dd43ce3a0866ccc2cddd6b14cf1ecd06a50
master
Troy Figiel 2024-02-10 19:34:42 +01:00 committed by Sharlatan Hellseher
parent 4bf6ad67ba
commit f8d1df5f98
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 4 deletions

View File

@ -6884,10 +6884,11 @@ gotest-tools.")))
`(#:tests? #f ; Test failure concerning message formatting (FIXME) `(#:tests? #f ; Test failure concerning message formatting (FIXME)
#:import-path "gotest.tools/assert" #:import-path "gotest.tools/assert"
#:unpack-path "gotest.tools")) #:unpack-path "gotest.tools"))
;(propagated-inputs (propagated-inputs
; `(("go-gotest-tools-internal-format" ,go-gotest-tools-internal-format))) (list go-github-com-google-go-cmp-cmp
(native-inputs go-github-com-pkg-errors
(list go-github-com-pkg-errors go-github-com-google-go-cmp-cmp)) go-github-com-spf13-pflag
go-golang-org-x-tools))
(synopsis "Compare values and fail a test when a comparison fails") (synopsis "Compare values and fail a test when a comparison fails")
(description "This package provides a way to compare values and fail a (description "This package provides a way to compare values and fail a
test when a comparison fails.") test when a comparison fails.")