diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-09 17:50:09 -0700 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-09-09 21:34:50 -0400 |
commit | f161f111e0692da4103196a351081a6396f3834a (patch) | |
tree | f21873d146ac347b460b524b2762288152c70147 /gnu/local.mk | |
parent | 4e1adbc3b0b6694785476f4f01fbd8004fdfb5a3 (diff) | |
download | guix-f161f111e0692da4103196a351081a6396f3834a.tar guix-f161f111e0692da4103196a351081a6396f3834a.tar.gz |
gnu: go-github-com-urfave-cli: Fix tests when building with Go 1.17.
* gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/golang.scm (go-github-com-urfave-cli)[origin]: Apply it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7141fcd31e..3148c9e82f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1184,6 +1184,7 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ %D%/packages/patches/go-fix-script-tests.patch \ + %D%/packages/patches/go-github-com-urfave-cli-fix-tests.patch \ %D%/packages/patches/go-skip-gc-test.patch \ %D%/packages/patches/gpm-glibc-2.26.patch \ %D%/packages/patches/gpodder-disable-updater.patch \ |