mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sbcl: Add comment explaining out-of-date version.
Make sure no one repeats this mistake.
This is a follow-up to commit 809aa3c51c
.
* gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
to 2.0.6.
This commit is contained in:
parent
b8fe812fe9
commit
e643431c12
1 changed files with 2 additions and 0 deletions
|
@ -369,6 +369,8 @@ (define-public clisp
|
||||||
an interpreter, a compiler, a debugger, and much more.")
|
an interpreter, a compiler, a debugger, and much more.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
;; NOTE: SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
|
||||||
|
;; See https://github.com/melisgl/named-readtables/issues/19.
|
||||||
(define-public sbcl
|
(define-public sbcl
|
||||||
(package
|
(package
|
||||||
(name "sbcl")
|
(name "sbcl")
|
||||||
|
|
Loading…
Reference in a new issue