guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit e6750b17cd0394f1e9c05f805f2c1c32702154d2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 10 23:08:17 2026 +0000
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
---
gnu/packages/golang-check.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 5e8e09ec2a..91228e0669 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")