gnu: sbcl-jonathan: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-jonathan)[native-inputs]: Add missing sbcl-legion input. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
parent
1fb04c2097
commit
c4157fd02d
|
@ -4814,12 +4814,8 @@ streams (though primarily the former, while wrapping the latter).")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14x4iwz3mbag5jzzzr4sb6ai0m9r4q4kyypbq32jmsk2dx1hi807"))))
|
(base32 "14x4iwz3mbag5jzzzr4sb6ai0m9r4q4kyypbq32jmsk2dx1hi807"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
;; Tests fail with: Component JONATHAN-ASD::JONATHAN-TEST not found,
|
|
||||||
;; required by #<SYSTEM "jonathan">. Why?
|
|
||||||
`(#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-prove))
|
(list sbcl-prove sbcl-legion))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-cl-syntax sbcl-fast-io sbcl-proc-parse sbcl-cl-ppcre))
|
(list sbcl-cl-syntax sbcl-fast-io sbcl-proc-parse sbcl-cl-ppcre))
|
||||||
(home-page "https://rudolph-miller.github.io/jonathan/overview.html")
|
(home-page "https://rudolph-miller.github.io/jonathan/overview.html")
|
||||||
|
|
Reference in New Issue