diff options
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 aa7315a7ce..4f89779d8d 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2018, 2019 Pierre Langlois <[email protected]> ;;; Copyright © 2019, 2020 Katherine Cox-Buday <[email protected]> ;;; Copyright © 2019 Jesse Gildersleve <[email protected]> -;;; Copyright © 2019-2023 Guillaume Le Vaillant <[email protected]> +;;; Copyright © 2019-2024 Guillaume Le Vaillant <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; Copyright © 2020 Zhu Zihao <[email protected]> ;;; Copyright © 2021, 2023 Sharlatan Hellseher <[email protected]> @@ -447,7 +447,9 @@ an interpreter, a compiler, a debugger, and much more.") version "-source.tar.bz2")) (sha256 (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43")) - (patches (search-patches "sbcl-fix-ppc64-build.patch")) + ;; TODO: Remove these patches when updating to sbcl > 2.4.0. + (patches (search-patches "sbcl-fix-ppc64-build.patch" + "sbcl-fix-riscv-build.patch")) (modules '((guix build utils))) (snippet '(begin |