~ruther/guix-local

b58717b4191c06f029a3ae537b7f0421d74367b2 — Sharlatan Hellseher 2 years ago f1911e6
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
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +3 -2
@@ 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