From bcbed8a676d5c2500951bc414134f6f1fcfde0d4 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 2 Jan 2022 10:28:51 +0200 Subject: 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. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') 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") -- cgit v1.2.3