diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2024-01-10 22:57:43 +0100 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-01-10 22:57:43 +0100 |
| commit | f122f2bead538617d3bd43a05fa6f2def5e03c05 (patch) | |
| tree | 78022d1600b93d2bb2d5785b5bcf56d64ea4f839 /gnu/packages/lisp.scm | |
| parent | 749c3e016a4297d2794cbebac0e07297d19b4ffd (diff) | |
gnu: sbcl: Fix riscv build.
* gnu/packages/patches/sbcl-fix-riscv-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.
Change-Id: I63f1b9a7a7b6f3a1961d0a0cb31189b74a60abc3
Diffstat (limited to 'gnu/packages/lisp.scm')
| -rw-r--r-- | gnu/packages/lisp.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index aa7315a7ce8..4f89779d8d0 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com> | 14 | ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com> |
| 15 | ;;; Copyright © 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com> | 15 | ;;; Copyright © 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com> |
| 16 | ;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com> | 16 | ;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com> |
| 17 | ;;; Copyright © 2019-2023 Guillaume Le Vaillant <glv@posteo.net> | 17 | ;;; Copyright © 2019-2024 Guillaume Le Vaillant <glv@posteo.net> |
| 18 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | 18 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> |
| 19 | ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com> | 19 | ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com> |
| 20 | ;;; Copyright © 2021, 2023 Sharlatan Hellseher <sharlatanus@gmail.com> | 20 | ;;; Copyright © 2021, 2023 Sharlatan Hellseher <sharlatanus@gmail.com> |
| @@ -447,7 +447,9 @@ an interpreter, a compiler, a debugger, and much more.") | |||
| 447 | version "-source.tar.bz2")) | 447 | version "-source.tar.bz2")) |
| 448 | (sha256 | 448 | (sha256 |
| 449 | (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43")) | 449 | (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43")) |
| 450 | (patches (search-patches "sbcl-fix-ppc64-build.patch")) | 450 | ;; TODO: Remove these patches when updating to sbcl > 2.4.0. |
| 451 | (patches (search-patches "sbcl-fix-ppc64-build.patch" | ||
| 452 | "sbcl-fix-riscv-build.patch")) | ||
| 451 | (modules '((guix build utils))) | 453 | (modules '((guix build utils))) |
| 452 | (snippet | 454 | (snippet |
| 453 | '(begin | 455 | '(begin |
