mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8a1cef29e0
commit
b0632d45f3
1 changed files with 6 additions and 4 deletions
|
@ -1974,7 +1974,8 @@ package provides an API for comparing Golden files.")
|
||||||
(list go-github-com-fatih-color
|
(list go-github-com-fatih-color
|
||||||
go-github-com-mattn-go-colorable
|
go-github-com-mattn-go-colorable
|
||||||
go-github-com-mattn-go-isatty
|
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/")
|
(home-page "https://github.com/cheggaaa/pb/")
|
||||||
(synopsis "Console progress bar for Go")
|
(synopsis "Console progress bar for Go")
|
||||||
(description
|
(description
|
||||||
|
@ -1999,9 +2000,10 @@ package provides an API for comparing Golden files.")
|
||||||
(list
|
(list
|
||||||
#: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
|
(arguments
|
||||||
(modify-inputs (package-propagated-inputs go-github-com-cheggaaa-pb)
|
(list
|
||||||
(append go-github-com-vividcortex-ewma)))))
|
#:import-path "github.com/cheggaaa/pb/v3"
|
||||||
|
#:unpack-path "github.com/cheggaaa/pb"))))
|
||||||
|
|
||||||
(define-public go-github-com-chzyer-logex
|
(define-public go-github-com-chzyer-logex
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue