me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 0 additions and 6 deletions

View File

@ -4507,12 +4507,6 @@ addition, removal, and random selection.")
(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))