mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-pborman-getopt-v2: Fix build.
* gnu/packages/golang-xyz.scm (go-github-com-pborman-getopt-v2) [arguments]: Do not overwrite arguments. Change-Id: I4beda937ccd4aa381566994594e9fb1b773ea03e
This commit is contained in:
parent
f9f6849acb
commit
38b1023ecd
1 changed files with 4 additions and 3 deletions
|
@ -15730,9 +15730,10 @@ programs that use traditional command lines.")
|
|||
(base32 "0sacv6g8cxfibxd3gnfjnzp7fynrnc4s2aaz5wbxivqqhvflc22l"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/pborman/getopt/v2"
|
||||
#:unpack-path "github.com/pborman/getopt"))))
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-github-com-pborman-getopt)
|
||||
((#:import-path _) "github.com/pborman/getopt/v2")
|
||||
((#:unpack-path _ "") "github.com/pborman/getopt")))))
|
||||
|
||||
(define-public go-github-com-pborman-uuid
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue