summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-01-02 10:28:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-01-02 15:43:30 +0200
commitbcbed8a676d5c2500951bc414134f6f1fcfde0d4 (patch)
treea1ba035f12fb5f7ede6619b238c1bae5a9774f22 /gnu/packages/golang.scm
parent4dbd793d2b5f396dcb6502ebfe49768c46c43bc0 (diff)
downloadguix-patches-bcbed8a676d5c2500951bc414134f6f1fcfde0d4.tar
guix-patches-bcbed8a676d5c2500951bc414134f6f1fcfde0d4.tar.gz
gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.
* gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter) [native-inputs]: Move go-github.com-mattn-go-runewidth to ... [propagated-inputs]: ... here.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 11a79a9b8f..11b29adadd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7261,7 +7261,7 @@ which produce colorized output using github.com/fatih/color.")
(build-system go-build-system)
(arguments
`(#:import-path "github.com/olekukonko/tablewriter"))
- (native-inputs
+ (propagated-inputs
(list go-github.com-mattn-go-runewidth))
(home-page "https://github.com/olekukonko/tablewriter/")
(synopsis "Generate ASCII table")