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
parent
4dbd793d2b
commit
bcbed8a676
|
@ -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")
|
||||
|
|
Reference in New Issue