Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

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 _