gnu: cl-libxml2: Fix build.

Tests are not working properly and the check phase never ends.

* gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[arguments]: Disable tests.
This commit is contained in:
Guillaume Le Vaillant 2021-11-24 13:48:42 +01:00
parent e8a4908fde
commit c09309e955
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -18360,7 +18360,8 @@ (define-public sbcl-cl-libxml2
(native-inputs
`(("lift" ,sbcl-lift)))
(arguments
`(#:phases
`(#:tests? #f ; FIXME: Tests get stuck indefinitly
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs outputs #:allow-other-keys)