diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-06-07 09:55:35 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-06-07 09:55:35 +0300 |
commit | 2a6d2fc1d8e3434e283d6d2e559529b41a242fea (patch) | |
tree | 5583c506d482ddd08e281e3fb22341d360a1973a /gnu/local.mk | |
parent | 4a5bbd293f57e1a6d52953745b1c8d35905fda50 (diff) | |
download | guix-2a6d2fc1d8e3434e283d6d2e559529b41a242fea.tar.gz |
gnu: sbcl: fix build on riscv64-linux.
* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here.
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 f9afb433e6..254037a3af 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1895,6 +1895,7 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ + %D%/packages/patches/sbcl-riscv-Make-contribs-build-again.patch \ %D%/packages/patches/scalapack-gcc-10-compilation.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scons-test-environment.patch \ |