mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: go-github-com-motemen-go-colorine: Propagate inputs.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine)[inputs]: Move go-github-com-daviddengcn-go-colortext ... [propagated-inputs]: ... to here.
This commit is contained in:
parent
10a8bf02bc
commit
7c037ce947
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ jar struct to manage the cookies added to the cookie jar.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/motemen/go-colorine"))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("github.com/daviddengcn/go-colortext" ,go-github-com-daviddengcn-go-colortext)))
|
||||
(synopsis "Simple colorized console logger for golang")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue