mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
6c76744254
commit
3b934eb4b4
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue