gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs.
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Remove unnecessary inputs. [propagated-inputs]: Remove go-golang-org-x-sys and go-github-com-rivo-uniseg. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
436cd5a625
commit
036b364138
1 changed files with 1 additions and 3 deletions
|
@ -8772,9 +8772,7 @@ inspired by the causal messaging system in the Pony programming language.")
|
||||||
'(#:import-path "github.com/cheggaaa/pb/v3"
|
'(#:import-path "github.com/cheggaaa/pb/v3"
|
||||||
#:unpack-path "github.com/cheggaaa/pb"))
|
#:unpack-path "github.com/cheggaaa/pb"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-sys
|
(list go-github-com-mattn-go-runewidth
|
||||||
go-github-com-rivo-uniseg
|
|
||||||
go-github-com-mattn-go-runewidth
|
|
||||||
go-github-com-mattn-go-isatty
|
go-github-com-mattn-go-isatty
|
||||||
go-github-com-mattn-go-colorable
|
go-github-com-mattn-go-colorable
|
||||||
go-github-com-fatih-color
|
go-github-com-fatih-color
|
||||||
|
|
Reference in a new issue