From 3f69d656a84a42f6ed593936057d96874ee81e58 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 4 Jul 2022 19:02:28 +0200 Subject: [PATCH 05/18] gnu: quri: Remove obsolete test workaround. * gnu/packages/lisp-xyz.scm (quri)[arguments]: Remove. --- gnu/packages/lisp-xyz.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 00fae19ab9..255716f2e3 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4441,12 +4441,6 @@ (define-public sbcl-quri (sha256 (base32 "0zpwjhs2zz9832wsjs00kbkjjl4bcs96krlnq9y75gi4f34fxj1x")))) (build-system asdf-build-system/sbcl) - (arguments - ;; Test system must be loaded before, otherwise tests fail with: - ;; Component QURI-ASD::QURI-TEST not found, required by #. - '(#:asd-systems '("quri-test" - "quri"))) (native-inputs (list sbcl-prove)) (inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities sbcl-alexandria)) -- 2.32.0