guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62195] [PATCH 17/17] gnu: cl-zr-utils: Fix build by disabling tests


From: Sharlatan Hellseher
Subject: [bug#62195] [PATCH 17/17] gnu: cl-zr-utils: Fix build by disabling tests.
Date: Tue, 14 Mar 2023 23:51:04 +0000

* gnu/packages/lisp-xyz.scm (sbcl-zr-utils): Disable tests.
---
 gnu/packages/lisp-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 06e7f05586..397e4459fc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27276,7 +27276,8 @@ (define-public sbcl-zr-utils
               sbcl-cl-unicode
               sbcl-trivial-gray-streams))
       (arguments
-       (list #:phases
+       (list #:tests? #f ; FIXME: Failing with new parachute.
+             #:phases
              #~(modify-phases %standard-phases
                  (add-after 'unpack 'fix-tests
                    (lambda _
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]