me
/
guix
Archived
1
0
Fork 0

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>
master
Troy Figiel 2024-02-17 19:53:56 +01:00 committed by Sharlatan Hellseher
parent 8abb1e59fd
commit 1822ec7e79
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 1 additions and 1 deletions

View File

@ -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"))