mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: cl-hunchentoot: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-hunchentoot)[arguments]: Disable tests.
This commit is contained in:
parent
59b43e72db
commit
fd92a71e0a
1 changed files with 4 additions and 0 deletions
|
@ -4088,6 +4088,10 @@ (define-public sbcl-hunchentoot
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue