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
parent
8abb1e59fd
commit
1822ec7e79
|
@ -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"))
|
||||
|
|
Reference in New Issue