guix-commits
[Top][All Lists]
Advanced

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

16/26: gnu: cl-hunchentoot: Fix build.


From: guix-commits
Subject: 16/26: gnu: cl-hunchentoot: Fix build.
Date: Thu, 3 Mar 2022 10:22:41 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit fd92a71e0aebd7c3b63ad76bdbd97741246480c3
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 13:36:52 2022 +0100

    gnu: cl-hunchentoot: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-hunchentoot)[arguments]: Disable tests.
---
 gnu/packages/lisp-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8b907a2d05..aae7f600db 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4088,6 +4088,10 @@ sockets, SSL, continuable uploads, file uploads, 
cookies, and more.")
            sbcl-rfc2388
            sbcl-trivial-backtrace
            sbcl-usocket))
+    (arguments
+     `(;; FIXME: Tests fail because they fail to open the file
+       ;; "/proc/sys/kernel/osrelease"
+       #:tests? #f))
     (home-page "https://edicl.github.io/hunchentoot/";)
     (synopsis "Web server written in Common Lisp")
     (description



reply via email to

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