sharlatan pushed a commit to branch master
in repository guix.
commit 036b364138d5f7da4bea484f1b9b2c565dd1f5bb
Author: Troy Figiel <[email protected]>
AuthorDate: Sun Feb 25 18:13:56 2024 +0100
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 <[email protected]>
---
gnu/packages/golang.scm | 4 +---
1 file changed, 1 insertion(+), 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