From 7c037ce947b3304e4cb65a23e21133b9a114e47d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Jan 2021 17:00:36 +0200 Subject: [PATCH] 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. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1