summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-10-02 17:58:32 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-10-08 09:13:53 +0200
commited044023d7ed8cfe113f4d6e1a6af17a09f49795 (patch)
tree98700fb73d25f484f4abf4d606c10b2c8852d25e /gnu/local.mk
parentda9ba3880c71fd125ab6a67deade3668c0be2a6c (diff)
downloadguix-patches-ed044023d7ed8cfe113f4d6e1a6af17a09f49795.tar
guix-patches-ed044023d7ed8cfe113f4d6e1a6af17a09f49795.tar.gz
gnu: idris: Fix build.
Backport some commits from upstream. * gnu/packages/patches/idris-build-with-haskeline-0.8.patch: * gnu/packages/patches/idris-build-with-megaparsec-9.patch: New patches * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/idris.scm (idris): Use them. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 84afac33d9..9c83d7e6bd 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1269,6 +1269,8 @@ dist_patch_DATA = \
%D%/packages/patches/id3lib-CVE-2007-4460.patch \
%D%/packages/patches/id3lib-UTF16-writing-bug.patch \
%D%/packages/patches/idris-disable-test.patch \
+ %D%/packages/patches/idris-build-with-haskeline-0.8.patch \
+ %D%/packages/patches/idris-build-with-megaparsec-9.patch \
%D%/packages/patches/ilmbase-fix-tests.patch \
%D%/packages/patches/imagemagick-CVE-2020-27829.patch \
%D%/packages/patches/imagemagick-ReadDCMImage-fix.patch \