diff options
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
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 |