mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue