gnu: cl-form-types: Disable tests on ECL implementation.

* gnu/packages/lisp-xyz.scm (ecl-cl-form-types): Disable tests.

Change-Id: I8cca905edc57bf4e3e25847aff425ef1762f2e3f
This commit is contained in:
Sharlatan Hellseher 2024-03-21 21:18:23 +00:00
parent d67e4f0f9b
commit ae1c3ce8dc
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 9 additions and 1 deletions

View File

@ -16693,7 +16693,15 @@ Macros and symbol-macros are fully expanded and all special forms, except
(sbcl-package->cl-source-package sbcl-cl-form-types))
(define-public ecl-cl-form-types
(sbcl-package->ecl-package sbcl-cl-form-types))
(let ((pkg (sbcl-package->ecl-package sbcl-cl-form-types)))
(package
(inherit pkg)
(arguments
;; FIXME: Syntax error in declaration (TYPE T (FORM &KEY STRICT
;; EXPAND-COMPILER-MACROS (TEST (QUOTE FORM-TYPE=))))
;; An error occurred during initialization: COMPILE-FILE-ERROR while...
;; See <https://github.com/alex-gutev/cl-form-types/issues/22>.
'(#:tests? #f)))))
(define-public sbcl-generic-cl
(package