1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: cl-zr-utils: Fix build by disabling tests.

* gnu/packages/lisp-xyz.scm (sbcl-zr-utils): Disable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher
2023-03-14 23:51:04 +00:00
committed by Guillaume Le Vaillant
parent bd248fc709
commit 9b2f14a756

View File

@@ -27278,7 +27278,8 @@ to split out into a separate ASDF system.")
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 _