guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: cl-libxml2: Fix build.


From: guix-commits
Subject: 02/03: gnu: cl-libxml2: Fix build.
Date: Wed, 24 Nov 2021 08:29:57 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit c09309e9552d6b10a72ebb33f35153a680a71c80
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Nov 24 13:48:42 2021 +0100

    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.
---
 gnu/packages/lisp-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 05832c9..ddf1758 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]