me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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")