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>
parent
e2562197fb
commit
f3e71d7b8e
|
@ -4507,12 +4507,6 @@ addition, removal, and random selection.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
|
(base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(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))
|
(native-inputs (list sbcl-prove))
|
||||||
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
|
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
|
||||||
sbcl-alexandria))
|
sbcl-alexandria))
|
||||||
|
|
Reference in New Issue