3
5
Fork 0
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:
Efraim Flashner 2021-01-03 17:00:36 +02:00
parent 10a8bf02bc
commit 7c037ce947
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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