From f3e71d7b8ec01d9ce778963e32255c07aca428f9 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 3 Aug 2022 11:02:36 +0200 Subject: [PATCH] gnu: sbcl-quri: Remove obsolete test workaround. * gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove. Signed-off-by: Guillaume Le Vaillant --- 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 2fab55af13..c1812723f9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4507,12 +4507,6 @@ (define-public sbcl-quri (sha256 (base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w")))) (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))