From 39bb5a40791aac53ac86bb2893e40e65c58a85ca Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 13 Dec 2024 15:16:45 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a342221a2b77b7b287b59ff4ec361f03c44f3241..f268c10e130dc466992425f68504a64d5b15be7d 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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