From dcb8611256efd4ebe9d3ee1cc10d78903288519d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 10 Feb 2026 23:08:17 +0000 Subject: 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(-) (limited to 'gnu') 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") -- cgit v1.3