gnu: go-github-com-spf13-cobra: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra)
[arguments]<test-flags>: Skip one test.
[native-inputs]: Add go-github-com-go-md2man, and go-gopkg-in-yaml-v3

Change-Id: I84193d9d3222a458062b7cffbd23e6c9b3211f86
This commit is contained in:
Sharlatan Hellseher 2024-12-03 19:42:06 +00:00
parent 6c76744254
commit 3b934eb4b4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7567,7 +7567,11 @@ (define-public go-github-com-spf13-cobra
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:test-flags #~(list "-skip" "TestGenManSeeAlso")
#:import-path "github.com/spf13/cobra")) #:import-path "github.com/spf13/cobra"))
(native-inputs
(list go-github-com-go-md2man
go-gopkg-in-yaml-v3))
(propagated-inputs (propagated-inputs
(list go-github-com-spf13-pflag)) (list go-github-com-spf13-pflag))
(home-page "https://github.com/spf13/cobra") (home-page "https://github.com/spf13/cobra")