me
/
guix
Archived
1
0
Fork 0

gnu: cl-xsubseq: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-xsubseq)[arguments]: Add 'asd-systems'
  parameter. Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Aurora 2022-03-09 20:27:42 +00:00 committed by Guillaume Le Vaillant
parent 48a6473244
commit 8daa60cda0
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 3 deletions

View File

@ -4366,9 +4366,7 @@ Lisp. It is intended to be a replacement of PURI.")
(base32 "1xz79q0p2mclf3sqjiwf6izdpb6xrsr350bv4mlmdlm6rg5r99px"))))
(build-system asdf-build-system/sbcl)
(arguments
;; Tests fail with: Component XSUBSEQ-ASD::XSUBSEQ-TEST not found,
;; required by #<SYSTEM "xsubseq">. Why?
'(#:tests? #f))
'(#:asd-systems '("xsubseq-test" "xsubseq")))
(native-inputs
(list sbcl-prove))
(home-page "https://github.com/fukamachi/xsubseq")