diff options
author | Guillaume Le Vaillant <[email protected]> | 2024-05-30 18:40:38 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2024-06-07 09:35:40 +0200 |
commit | 5abf9c0c6b9c3ac41c5203c7aa69d08f47924e04 (patch) | |
tree | daf6d4a8a02d34dd3621f8e7dd55cb9ca2b8b1b8 /gnu/local.mk | |
parent | f03ca652fcda6ee01518f5c46a5274fcf1c8919a (diff) |
gnu: cl-fast-generic-functions: Fix build with sbcl >= 2.4.0.
* gnu/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch: Add
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp-xyz.scm (sbcl-fast-generic-functions)[source]: Use it.
Change-Id: Ifcc5b3c5c2d51570303063ca3b01f9c0b5849e88
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 c386e773ed..58e972e8f8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2065,6 +2065,7 @@ dist_patch_DATA = \ %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch \ + %D%/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ %D%/packages/patches/scalapack-gcc-10-compilation.patch \ %D%/packages/patches/scheme48-tests.patch \ |