1
Fork 0
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:
Sharlatan Hellseher 2024-12-13 15:16:45 +00:00
parent 24c5d6c4d6
commit 39bb5a4079
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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