~ruther/guix-local

c25137aaa75236a8d9f06fa2f38a8c29e77c0f16 — Sharlatan Hellseher 1 year, 1 month ago 667faa8
gnu: go-github-com-cheggaaa-pb-v3: Remove duplicate field.

It was introduced in b0632d45f34d4c0f3a0573b1b9a048bac0364e7a commit.

* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Remove
duplicate "arguments" field.

Change-Id: I1f118d5b387934b20f1cebe0a6bd79193febc0dd
1 files changed, 0 insertions(+), 4 deletions(-)

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