mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: cl-fast-http: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-fast-http)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
3c5da3329d
commit
af5252d5f1
1 changed files with 1 additions and 3 deletions
|
@ -4435,9 +4435,7 @@ (define-public sbcl-fast-http
|
|||
(base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
|
||||
;; required by #<SYSTEM "fast-http">. Why?
|
||||
`(#:tests? #f))
|
||||
'(#:asd-systems '("fast-http-test" "fast-http")))
|
||||
(native-inputs
|
||||
`(("sbcl-prove" ,sbcl-prove)
|
||||
("cl-syntax" ,sbcl-cl-syntax)))
|
||||
|
|
Loading…
Reference in a new issue