diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2021-12-06 20:41:18 +0000 |
---|---|---|
committer | Pierre Langlois <pierre.langlois@gmx.com> | 2021-12-06 20:41:18 +0000 |
commit | 4afacd45460241f58508d037d6ed2b3c5ee0973b (patch) | |
tree | 6199c57b61644fd213fe6987b47137492679ec4b /gnu/local.mk | |
parent | 8662057130f061170ebb21c8f51c1e7ed72965ff (diff) |
gnu: helm: Fix build with GCC 9 and later.
* gnu/packages/music.scm (helm)[origin]: Add patch.
* gnu/packages/patches/helm-fix-gcc-9-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register 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 50ca9b6178..5c19919f2e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1245,6 +1245,7 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-fix-szip.patch \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ %D%/packages/patches/hedgewars-network-bsd.patch \ + %D%/packages/patches/helm-fix-gcc-9-build.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-cross.patch \ |