diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-06-07 12:56:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-06-07 12:56:33 +0300 |
commit | df18bc89005da0a7cbf721e3b3a1024440475d30 (patch) | |
tree | 52188c12a54002aff54c4b7728ed5ff96813968d /gnu/packages/lisp.scm | |
parent | 2a6d2fc1d8e3434e283d6d2e559529b41a242fea (diff) |
Revert "gnu: sbcl: fix build on riscv64-linux."
This reverts commit 2a6d2fc1d8e3434e283d6d2e559529b41a242fea.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 296ed6b5f2..9e896cc8a5 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -23,7 +23,6 @@ ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net> ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de> ;;; Copyright © 2022 ( <paren@disroot.org> -;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -441,8 +440,6 @@ an interpreter, a compiler, a debugger, and much more.") (sha256 (base32 "11ji5n65l31249r0v7hm0wc0yk2ila0y746nj36xn1cxrwh0gjc9")) (modules '((guix build utils))) - ;; backport from upstream. - (patches (search-patches "sbcl-riscv-Make-contribs-build-again.patch")) (snippet '(begin ;; Don't force ARMv5. |