mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: sbcl-geco: Update to 2.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-geco): Update to 2.1.1. [source]: Fetch from Github. [home-page]: Update to author's page. * gnu/packages/patches/sbcl-geco-fix-organism-class.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
Fix the ORGANISM class so that SBCL >= 2.0.9 can compile it without error.
|
||||
|
||||
--- a/classes.lisp 2020-10-28 12:11:10.725659464 +0100
|
||||
+++ b/classes.lisp 2020-10-31 17:34:36.822752447 +0100
|
||||
@@ -148,7 +148,7 @@
|
||||
:accessor score
|
||||
:initarg :score
|
||||
:initform 'nil
|
||||
- :type number)
|
||||
+ :type (or number null))
|
||||
(NORMALIZED-SCORE
|
||||
:accessor normalized-score
|
||||
:initarg :normalized-score
|
||||
Reference in New Issue
Block a user