me
/
guix
Archived
1
0
Fork 0

gnu: ecl-mito: Disable tests.

The test suite never ends.

* gnu/packages/lisp-xyz.scm (ecl-mito)[arguments]: Disable tests.

Change-Id: Iefe44c5c290a9a9a007566321f3625ddfc9257b7
master
Guillaume Le Vaillant 2024-06-29 11:17:08 +02:00
parent cc51f56788
commit 97684fa209
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 6 additions and 1 deletions

View File

@ -20560,7 +20560,12 @@ like Ruby's ActiveRecord.
(sbcl-package->cl-source-package sbcl-mito))
(define-public ecl-mito
(sbcl-package->ecl-package sbcl-mito))
(let ((pkg (sbcl-package->ecl-package sbcl-mito)))
(package
(inherit pkg)
(arguments
;; FIXME: Tests never end.
'(#:tests? #f)))))
(define-public sbcl-mk-string-metrics
(package