~ruther/guix-local

39bb5a40791aac53ac86bb2893e40e65c58a85ca — Sharlatan Hellseher 1 year, 5 months ago 24c5d6c
gnu: go-github-com-urfave-cli: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-urfave-cli)
[propagated-inputs]: Add go-github-com-burntsushi-toml and
go-gopkg-in-yaml-v2.

Change-Id: I15ad53bca70b910bb8bc59d7fe886e582415d157
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +3 -1
@@ 8917,7 8917,9 @@ supported by the time package
    (native-inputs
     (list go-github-com-stretchr-testify))
    (propagated-inputs
     (list go-github-com-go-md2man))
     (list go-github-com-burntsushi-toml
           go-github-com-go-md2man
           go-gopkg-in-yaml-v2))
    (home-page "https://github.com/urfave/cli")
    (synopsis "Simple, fast, and fun package for building command line apps in Go")
    (description