diff options
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index adc4456e56..f4aca4b979 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2834,10 +2834,6 @@ package provides an API for comparing Golden files.") (arguments (list #:import-path "github.com/cheggaaa/pb/v3" - #:unpack-path "github.com/cheggaaa/pb")) - (arguments - (list - #:import-path "github.com/cheggaaa/pb/v3" #:unpack-path "github.com/cheggaaa/pb")))) (define-public go-github-com-chzyer-logex |