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:
parent
bd248fc709
commit
9b2f14a756
1 changed files with 2 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Reference in a new issue