diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-22 22:21:35 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-27 23:05:15 +0000 |
commit | b58717b4191c06f029a3ae537b7f0421d74367b2 (patch) | |
tree | 2d73f0171daacbe9ca547f4066c695f91cc98a87 /gnu | |
parent | f1911e65f94184e39582849907128b7a197ecd51 (diff) | |
download | guix-b58717b4191c06f029a3ae537b7f0421d74367b2.tar.gz guix-b58717b4191c06f029a3ae537b7f0421d74367b2.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0288e3c575..580abcba2d 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -161,9 +161,10 @@ syntax highlighted HTML, ANSI-coloured text, etc.") (list #:import-path "github.com/alecthomas/kingpin")) (native-inputs + (list go-github-com-stretchr-testify)) + (propagated-inputs (list go-github-com-alecthomas-template - go-github-com-alecthomas-units - go-github-com-stretchr-testify)) + go-github-com-alecthomas-units)) (home-page "https://github.com/alecthomas/kingpin") (synopsis "Go library provides utilities for building command line interfaces") (description |