mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-spf13-cobra: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra) [propagated-inputs]: Add go-github-com-go-md2man. [native-inputs]: Remove go-github-com-go-md2man. Change-Id: I4f019b309c244729f8eff4810a870f140dc78735
This commit is contained in:
parent
60e1d11154
commit
98ddcf5758
1 changed files with 3 additions and 3 deletions
|
@ -13562,10 +13562,10 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
|
|||
#:test-flags #~(list "-skip" "TestGenManSeeAlso")
|
||||
#:import-path "github.com/spf13/cobra"))
|
||||
(native-inputs
|
||||
(list go-github-com-go-md2man
|
||||
go-gopkg-in-yaml-v3))
|
||||
(list go-gopkg-in-yaml-v3))
|
||||
(propagated-inputs
|
||||
(list go-github-com-spf13-pflag))
|
||||
(list go-github-com-go-md2man
|
||||
go-github-com-spf13-pflag))
|
||||
(home-page "https://github.com/spf13/cobra")
|
||||
(synopsis "Go library for creating CLI applications")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue