me
/
guix
Archived
1
0
Fork 0

gnu: gotestsum: Fix test failure.

* gnu/packages/golang.scm (gotestsum)[native-inputs]: Add
go-github-com-google-go-cmp-cmp, go-gotest-tools-internal-format,
go-gotest-tools-internal-difflib, go-gotest-tools-internal-source.
master
Danny Milosavljevic 2020-02-10 16:57:44 +01:00
parent 1e18d0733c
commit d78178fa48
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 11 additions and 0 deletions

View File

@ -3203,6 +3203,17 @@ test when a comparison fails.")
,go-github-com-jonboulle-clockwork)
("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
("go-gotest-tools-assert" ,go-gotest-tools-assert)
("go-github-com-google-go-cmp-cmp"
,go-github-com-google-go-cmp-cmp)
;; TODO: This would be better as a propagated-input of
;; go-gotest-tools-assert, but that does not work for
;; some reason.
("go-gotest-tools-internal-format"
,go-gotest-tools-internal-format)
("go-gotest-tools-internal-difflib"
,go-gotest-tools-internal-difflib)
("go-gotest-tools-internal-source"
,go-gotest-tools-internal-source)
("go-github-com-google-go-cmp-cmp"
,go-github-com-google-go-cmp-cmp)))
(synopsis "Go test runner with output optimized for humans")