gnu: gotestsum: Fix test failure.
authorDanny Milosavljevic <dannym@scratchpost.org>
Mon, 10 Feb 2020 15:57:44 +0000 (16:57 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Mon, 10 Feb 2020 15:59:49 +0000 (16:59 +0100)
* 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.

gnu/packages/golang.scm

index d004174..b1e97ea 100644 (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")