summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm5
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