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>
This commit is contained in:
Pierre Neidhardt 2022-07-04 19:13:40 +02:00 committed by Guillaume Le Vaillant
parent 1fb04c2097
commit c4157fd02d
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4814,12 +4814,8 @@ (define-public sbcl-jonathan
(sha256
(base32 "14x4iwz3mbag5jzzzr4sb6ai0m9r4q4kyypbq32jmsk2dx1hi807"))))
(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
(list sbcl-prove))
(list sbcl-prove sbcl-legion))
(inputs
(list sbcl-cl-syntax sbcl-fast-io sbcl-proc-parse sbcl-cl-ppcre))
(home-page "https://rudolph-miller.github.io/jonathan/overview.html")