mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
70a45f313d
commit
158a30fc03
3 changed files with 132 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue