summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-23 17:20:30 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-24 22:52:20 +0000
commit98ddcf5758f2563cb86308209a05a093fbd614af (patch)
treefd739fb870657921c6e4080aadf59d86b728cb3b /gnu/packages/golang-xyz.scm
parent60e1d11154cfa1e10509a8d66ec2191f42025586 (diff)
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1ff5f56f8d..b6e0d3bbcb 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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