mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
4dbd793d2b
commit
bcbed8a676
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue