diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-14 00:57:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-14 19:35:23 +0100 |
commit | a0fd9a35321438cba2f380c339d1c11f4e4750d7 (patch) | |
tree | 217db243e5b75cdd3d1984b320a65e4d35870a18 /gnu/local.mk | |
parent | 5ee8589c867030bed4405b8a9724be5ca40eb29e (diff) | |
download | guix-a0fd9a35321438cba2f380c339d1c11f4e4750d7.tar.gz |
gnu: i7z: Fix building with GCC >= 10.
* gnu/packages/hardware.scm (i7z)[source]: Add patch. * gnu/packages/patches/i7z-gcc-10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
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 56ae2c3c76..a138e574d0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1255,6 +1255,7 @@ dist_patch_DATA = \ %D%/packages/patches/hurd-cross.patch \ %D%/packages/patches/hurd-xattr.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ + %D%/packages/patches/i7z-gcc-10.patch \ %D%/packages/patches/icecat-makeicecat.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ %D%/packages/patches/icecat-use-older-reveal-hidden-html.patch \ |