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:
Jakub Kądziołka 2020-07-03 15:19:33 +02:00
parent b8fe812fe9
commit e643431c12
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -369,6 +369,8 @@ (define-public clisp
an interpreter, a compiler, a debugger, and much more.")
(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
(package
(name "sbcl")