mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
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
This commit is contained in:
parent
24c5d6c4d6
commit
39bb5a4079
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue