diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-02 10:28:51 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-02 15:43:30 +0200 |
commit | bcbed8a676d5c2500951bc414134f6f1fcfde0d4 (patch) | |
tree | a1ba035f12fb5f7ede6619b238c1bae5a9774f22 | |
parent | 4dbd793d2b5f396dcb6502ebfe49768c46c43bc0 (diff) | |
download | guix-bcbed8a676d5c2500951bc414134f6f1fcfde0d4.tar.gz guix-bcbed8a676d5c2500951bc414134f6f1fcfde0d4.zip |
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.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
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") |