mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 17:46:21 +01:00
gnu: go-github-com-alecthomas-kingpin: Adjust inputs.
gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin) [native-inputs]: Move go-github-com-alecthomas-units and go-github-com-alecthomas-template from here ... [propagated-inputs]: ... to here. Change-Id: I841ea8cf29ef49008d7a725c9db96b963f263f7f
This commit is contained in:
parent
f1911e65f9
commit
b58717b419
1 changed files with 3 additions and 2 deletions
|
@ -161,9 +161,10 @@ (define-public go-github-com-alecthomas-kingpin
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/alecthomas/kingpin"))
|
#:import-path "github.com/alecthomas/kingpin"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
(list go-github-com-alecthomas-template
|
(list go-github-com-alecthomas-template
|
||||||
go-github-com-alecthomas-units
|
go-github-com-alecthomas-units))
|
||||||
go-github-com-stretchr-testify))
|
|
||||||
(home-page "https://github.com/alecthomas/kingpin")
|
(home-page "https://github.com/alecthomas/kingpin")
|
||||||
(synopsis "Go library provides utilities for building command line interfaces")
|
(synopsis "Go library provides utilities for building command line interfaces")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue