gnu: go-github-com-cheggaaa-pb: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb)
[propagated-inputs]: Add go-github-com-vividcortex-ewma, to satisfy
tests in v3 subdir packaged together.
(go-github-com-cheggaaa-pb-v3) [propagated-inputs]: Remove
go-github-com-vividcortex-ewma.

Change-Id: I6f55215650e2124f86ff515e45344357ff4c18a3
This commit is contained in:
Sharlatan Hellseher 2024-12-14 13:58:05 +00:00
parent 8a1cef29e0
commit b0632d45f3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1974,7 +1974,8 @@ package provides an API for comparing Golden files.")
(list go-github-com-fatih-color
go-github-com-mattn-go-colorable
go-github-com-mattn-go-isatty
go-github-com-mattn-go-runewidth))
go-github-com-mattn-go-runewidth
go-github-com-vividcortex-ewma))
(home-page "https://github.com/cheggaaa/pb/")
(synopsis "Console progress bar for Go")
(description
@ -1999,9 +2000,10 @@ package provides an API for comparing Golden files.")
(list
#:import-path "github.com/cheggaaa/pb/v3"
#:unpack-path "github.com/cheggaaa/pb"))
(propagated-inputs
(modify-inputs (package-propagated-inputs go-github-com-cheggaaa-pb)
(append go-github-com-vividcortex-ewma)))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"
#:unpack-path "github.com/cheggaaa/pb"))))
(define-public go-github-com-chzyer-logex
(package