diff options
author | Eric Bavier <bavier@posteo.net> | 2022-04-13 09:45:34 -0500 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2022-04-13 09:48:04 -0500 |
commit | b5e32d96202e58bb0e7d640fe54f728d0ca2b4b1 (patch) | |
tree | bfbf71bbdb1b4d07c12ca016cedc875cde6ca391 /gnu/local.mk | |
parent | 8d82d817bc609d128ba9af694503deecd2348c08 (diff) | |
download | guix-b5e32d96202e58bb0e7d640fe54f728d0ca2b4b1.tar.gz |
gnu: idris: Fixes test failure.
* gnu/packages/patches/idris-test-ffi008.patch: New file. * gnu/packages/idris.scm (source): Use it. * 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 dbb904e89e..70133e6502 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1286,6 +1286,7 @@ dist_patch_DATA = \ %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/idris-test-ffi008.patch \ %D%/packages/patches/ilmbase-fix-tests.patch \ %D%/packages/patches/imagemagick-CVE-2020-27829.patch \ %D%/packages/patches/imagemagick-ReadDCMImage-fix.patch \ |