diff mbox series

[bug#69208] gnu: go-github-com-mattn-go-colorable: Add missing input.

Message ID 877cj2c3uw.fsf@troyfigiel.com
State New
Headers show
Series [bug#69208] gnu: go-github-com-mattn-go-colorable: Add missing input. | expand

Commit Message

Troy Figiel Feb. 17, 2024, 6:53 p.m. UTC
* 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.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 3cf199dbcf85a44fa8370e786e568fc3feb7067c

Comments

Sharlatan Hellseher Feb. 19, 2024, 11:47 p.m. UTC | #1
Hi,

Pushed as f5de1f96ed46c427b67d78304977884ff7165538 to master.

--
Oleg
Sharlatan Hellseher Feb. 19, 2024, 11:51 p.m. UTC | #2
Hi,

Pushed as 1822ec7e799847f24ad9f7a4410b57646011a18f to master.

--
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 527b63d160..75ad05d4cf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4525,7 +4525,7 @@  (define-public go-github-com-mattn-go-colorable
         (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"))