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.
This commit is contained in:
Efraim Flashner 2022-01-02 10:28:51 +02:00
parent 4dbd793d2b
commit bcbed8a676
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7261,7 +7261,7 @@ (define-public go-github-com-olekukonko-tablewriter
(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")