gnu: Remove ecl-ctype.

* gnu/packages/lisp-xyz.scm (ecl-ctype): Delete variable.

Change-Id: I47939554db71dd61b4c856e6948a56b6197d6ec3
This commit is contained in:
jgart 2025-03-31 11:10:10 -05:00
parent 42e398faba
commit 5735c278e1
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -13218,8 +13218,9 @@ particularly @code{cl:typep} and @code{cl:subtypep}.")
(define-public cl-ctype
(sbcl-package->cl-source-package sbcl-ctype))
(define-public ecl-ctype
(sbcl-package->ecl-package sbcl-ctype))
;; FIXME: https://github.com/s-expressionists/ctype/issues/31
;; (define-public ecl-ctype
;; (sbcl-package->ecl-package sbcl-ctype))
(define-public sbcl-curry-compose-reader-macros
(let ((commit "beaa92dedf392726c042184bfd6149fa8d9e6ac2")