guix-commits
[Top][All Lists]
Advanced

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

03/32: gnu: go-github-com-mattn-go-colorable: Add missing input.


From: guix-commits
Subject: 03/32: gnu: go-github-com-mattn-go-colorable: Add missing input.
Date: Mon, 19 Feb 2024 18:40:49 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 1822ec7e799847f24ad9f7a4410b57646011a18f
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 17 19:53:56 2024 +0100

    gnu: go-github-com-mattn-go-colorable: Add missing input.
    
    * gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Add missing
    input.
    [native-inputs]: Move go-github-com-mattn-go-isatty from here ...
    [propagated-inputs]: ... to here.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 9db19b2fdc..822534b41d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4526,7 +4526,7 @@ terminal.")
         (base32
          "05hl2ddp67p5kj3ix4zzqqjh4fan4ban3vgw8f98simwigs3q41j"))))
     (build-system go-build-system)
-    (native-inputs
+    (propagated-inputs
      (list go-github-com-mattn-go-isatty))
     (arguments
      '(#:import-path "github.com/mattn/go-colorable"))



reply via email to

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