gnu: sbcl: Fix build on arm64.

* gnu/packages/patches/sbcl-fix-arm64-shared-lib.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.

Change-Id: Icb49d76e0e68e02f7e7bb9ef49ce862dcce3969a
This commit is contained in:
Guillaume Le Vaillant 2025-09-04 20:29:09 +02:00
parent 70a45f313d
commit 158a30fc03
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F
3 changed files with 132 additions and 0 deletions

View file

@ -1413,6 +1413,8 @@ be built as a stand-alone REPL interpreter.")
version "-source.tar.bz2"))
(sha256
(base32 "1bm9hvsrg21mzqhcayiyghz0nkfp43ks840p0bg3bxlma22kwq57"))
;; TODO: Remove this patch when upgrading to SBCL > 2.5.8.
(patches (search-patches "sbcl-fix-arm64-shared-lib.patch"))
(modules '((guix build utils)))
(snippet
'(begin