summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-03-03 13:36:52 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-03-03 16:21:22 +0100
commitfd92a71e0aebd7c3b63ad76bdbd97741246480c3 (patch)
tree5a5a224bc4bd99cd2d7dd0fb65a2fc8138d53d21 /gnu/packages/lisp-xyz.scm
parent59b43e72dbf1be487db04c660e44fabe03476d14 (diff)
downloadguix-patches-fd92a71e0aebd7c3b63ad76bdbd97741246480c3.tar
guix-patches-fd92a71e0aebd7c3b63ad76bdbd97741246480c3.tar.gz
gnu: cl-hunchentoot: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-hunchentoot)[arguments]: Disable tests.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 4 insertions, 0 deletions
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