~ruther/guix-local

b0632d45f34d4c0f3a0573b1b9a048bac0364e7a — Sharlatan Hellseher 1 year, 3 months ago 8a1cef2
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
1 files changed, 6 insertions(+), 4 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +6 -4
@@ 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