diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-03 17:00:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-03 17:24:28 +0200 |
commit | 7c037ce947b3304e4cb65a23e21133b9a114e47d (patch) | |
tree | fcec1f772551ac6bff48ea378dc8eb1d9493ba19 /gnu | |
parent | 10a8bf02bcc3b41cec13ed1badbbe33dcf53b70d (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f9a32d11c0..d34bb1acb7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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 |