diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-25 18:13:56 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-06 23:28:29 +0000 |
commit | 036b364138d5f7da4bea484f1b9b2c565dd1f5bb (patch) | |
tree | 8c1de440ee1b0be84f887143aa2f5d77ed4aca98 /gnu | |
parent | 436cd5a62557e51156ed893ada5aa01ad0e631b4 (diff) | |
download | guix-036b364138d5f7da4bea484f1b9b2c565dd1f5bb.tar.gz guix-036b364138d5f7da4bea484f1b9b2c565dd1f5bb.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 98e6739f42..3e58f98103 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8772,9 +8772,7 @@ inspired by the causal messaging system in the Pony programming language.") '(#:import-path "github.com/cheggaaa/pb/v3" #:unpack-path "github.com/cheggaaa/pb")) (propagated-inputs - (list go-golang-org-x-sys - go-github-com-rivo-uniseg - go-github-com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mattn-go-isatty go-github-com-mattn-go-colorable go-github-com-fatih-color |