mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
1fb04c2097
commit
c4157fd02d
1 changed files with 1 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue