mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-urfave-cli-v2: Fix tests when building with Go 1.17.
* gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-github-com-urfave-cli-v2)[origin]: Apply it. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f161f111e0
commit
63cc4dd579
3 changed files with 42 additions and 1 deletions
|
@ -5003,7 +5003,10 @@ fast and distributable command line applications in an expressive way.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08pvn7gyfznni72xrxfh2x6xxa8ykr7l1ka278js8g8qkh71bj8l"))))
|
||||
(base32 "08pvn7gyfznni72xrxfh2x6xxa8ykr7l1ka278js8g8qkh71bj8l"))
|
||||
;; XXX: Remove patch when updating.
|
||||
(patches
|
||||
(search-patches "go-github-com-urfave-cli-v2-fix-tests.patch"))))
|
||||
(arguments
|
||||
'(#:import-path "github.com/urfave/cli/v2"))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue