~ruther/guix-local

1a6b25806fe0d9cf57b839e4fc6e4343b3f833ad — Sharlatan Hellseher 1 year, 5 months ago 4dbe0ca
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
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +4 -0
@@ 7567,7 7567,11 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
    (build-system go-build-system)
    (arguments
     (list
      #:test-flags #~(list "-skip" "TestGenManSeeAlso")
      #:import-path "github.com/spf13/cobra"))
    (native-inputs
     (list go-github-com-go-md2man
           go-gopkg-in-yaml-v3))
    (propagated-inputs
     (list go-github-com-spf13-pflag))
    (home-page "https://github.com/spf13/cobra")