gnu: sbcl-quri: Remove obsolete test workaround.

* gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Pierre Neidhardt 2022-08-03 11:02:36 +02:00 committed by Guillaume Le Vaillant
parent e2562197fb
commit f3e71d7b8e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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 #<SYSTEM
;; "quri">.
'(#:asd-systems '("quri-test"
"quri")))
(native-inputs (list sbcl-prove))
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
sbcl-alexandria))