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.master
parent
10a8bf02bc
commit
7c037ce947
|
@ -525,7 +525,7 @@ jar struct to manage the cookies added to the cookie jar.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/motemen/go-colorine"))
|
'(#:import-path "github.com/motemen/go-colorine"))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("github.com/daviddengcn/go-colortext" ,go-github-com-daviddengcn-go-colortext)))
|
`(("github.com/daviddengcn/go-colortext" ,go-github-com-daviddengcn-go-colortext)))
|
||||||
(synopsis "Simple colorized console logger for golang")
|
(synopsis "Simple colorized console logger for golang")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue