From b0632d45f34d4c0f3a0573b1b9a048bac0364e7a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 14 Dec 2024 13:58:05 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9e77ecdecf79c1157fc6bb93f3d679466228d8d0..7af7009ebede9497803ba2cad5c55e8cc5c5ca3b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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