mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f03ca652fc
commit
5abf9c0c6b
3 changed files with 103 additions and 1 deletions
|
@ -14701,7 +14701,9 @@ basic everyday functions and macros.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-fast-generic-functions" version))
|
||||
(sha256
|
||||
(base32 "16hf9bi2p5s77p3m3aqsihcd9iicqjhhxxpsarjv93c41qs54yad"))))
|
||||
(base32 "16hf9bi2p5s77p3m3aqsihcd9iicqjhhxxpsarjv93c41qs54yad"))
|
||||
(patches
|
||||
(search-patches "sbcl-fast-generic-functions-fix-sbcl-2.4.patch"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-closer-mop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue