guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/20: gnu: go-github-com-motemen-go-colorine: Propagate inputs.


From: guix-commits
Subject: 19/20: gnu: go-github-com-motemen-go-colorine: Propagate inputs.
Date: Sun, 3 Jan 2021 10:25:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7c037ce947b3304e4cb65a23e21133b9a114e47d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 17:00:36 2021 +0200

    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 f9a32d1..d34bb1a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]