[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/19: gnu: cl-form-types: Disable tests on ECL implementation.
From: |
guix-commits |
Subject: |
01/19: gnu: cl-form-types: Disable tests on ECL implementation. |
Date: |
Thu, 21 Mar 2024 17:59:28 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit ae1c3ce8dcdbf12bc13926a945160f71461291ab
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 21:18:23 2024 +0000
gnu: cl-form-types: Disable tests on ECL implementation.
* gnu/packages/lisp-xyz.scm (ecl-cl-form-types): Disable tests.
Change-Id: I8cca905edc57bf4e3e25847aff425ef1762f2e3f
---
gnu/packages/lisp-xyz.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 012a62526f..fa462ca16d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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
- branch master updated (d67e4f0f9b -> c0dfb550cb), guix-commits, 2024/03/21
- 01/19: gnu: cl-form-types: Disable tests on ECL implementation.,
guix-commits <=
- 06/19: gnu: Add cl-boost-json., guix-commits, 2024/03/21
- 08/19: gnu: Add cl-json-pointer., guix-commits, 2024/03/21
- 07/19: gnu: Add cl-st-json., guix-commits, 2024/03/21
- 09/19: gnu: Add cl-mimeparse., guix-commits, 2024/03/21
- 10/19: gnu: Add cl-hunchentoot-errors., guix-commits, 2024/03/21
- 11/19: gnu: Add cl-easy-routes., guix-commits, 2024/03/21
- 13/19: gnu: Add cl-punch., guix-commits, 2024/03/21
- 16/19: gnu: cl-deploy: Remove input labels., guix-commits, 2024/03/21
- 12/19: gnu: Add cl-vgplot., guix-commits, 2024/03/21
- 02/19: gnu: cl-form-types: Update to 0.3.2., guix-commits, 2024/03/21