me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -18360,7 +18360,8 @@ variable portably in Common Lisp.")
(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)