~ruther/guix-local

1822ec7e799847f24ad9f7a4410b57646011a18f — Troy Figiel 2 years ago 8abb1e5
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +1 -1
@@ 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"))