From c616fe249857d20ed9e7af2995837e072f9aa5cc Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 4 Jul 2022 19:13:40 +0200 Subject: [PATCH 08/18] gnu: sbcl-jonathan: Fix tests. * gnu/packages/lisp-xyz.scm (sbcl-jonathan)[native-inputs]: Add missing sbcl-legion input. [arguments]: Enable tests. --- gnu/packages/lisp-xyz.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a483c10828..5042b8814f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4748,12 +4748,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 #. 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") -- 2.32.0