gnu: ecl-xmls: Disable tests.

Upstream doesn't have a test suite adapted for ECL.

* gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.
This commit is contained in:
Guillaume Le Vaillant 2021-05-17 10:40:50 +02:00
parent 199ae378c2
commit 9983dee6b0
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -12927,7 +12927,13 @@ (define-public cl-xmls
(sbcl-package->cl-source-package sbcl-xmls)) (sbcl-package->cl-source-package sbcl-xmls))
(define-public ecl-xmls (define-public ecl-xmls
(sbcl-package->ecl-package sbcl-xmls)) (let ((pkg (sbcl-package->ecl-package sbcl-xmls)))
(package
(inherit pkg)
(arguments
(substitute-keyword-arguments (package-arguments pkg)
;; Upstream doesn't have a test suite adapted for ECL.
((#:tests? _ #f) #f))))))
(define-public sbcl-geco (define-public sbcl-geco
(package (package