summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-10 23:08:17 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:44 +0100
commitdcb8611256efd4ebe9d3ee1cc10d78903288519d (patch)
tree724c4d0bb6bc3f72d1cec8279f61d61eb02969b7 /gnu
parent87cfc0240ff36f5a858f14d3450119d259084f8c (diff)
gnu: go-github-com-bitfield-gotestdox: Adjust inputs.
* gnu/packages/golang-check.scm (go-github-com-bitfield-gotestdox): [propagated-inputs]: Remove go-github-com-google-go-cmp and go-github-com-rogpeppe-go-internal. [native-inputs]: Add go-github-com-google-go-cmp and go-github-com-rogpeppe-go-internal-1.14. Change-Id: I2cee1d5b9f6633ec5545cf889623a50e2d24e32d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-check.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 110bbbbb0c..290a98c97c 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -305,8 +305,8 @@ application can use the realtime clock while tests can use the mock clock.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/bitfield/gotestdox")
- (commit (string-append "v" version))))
+ (url "https://github.com/bitfield/gotestdox")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kxj8igjm0wmq9nj3wns7nf95rx70xm327ra68d3ffh300rxg401"))))
@@ -314,11 +314,12 @@ application can use the realtime clock while tests can use the mock clock.")
(arguments
(list
#:import-path "github.com/bitfield/gotestdox"))
+ (native-inputs
+ (list go-github-com-google-go-cmp
+ go-github-com-rogpeppe-go-internal-1.14))
(propagated-inputs
(list go-github-com-fatih-color
- go-github-com-google-go-cmp
go-github-com-mattn-go-isatty
- go-github-com-rogpeppe-go-internal
go-golang-org-x-text))
(home-page "https://github.com/bitfield/gotestdox")
(synopsis "Format Go test results as readable documentation")