mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
199ae378c2
commit
9983dee6b0
1 changed files with 7 additions and 1 deletions
|
@ -12927,7 +12927,13 @@ (define-public cl-xmls
|
|||
(sbcl-package->cl-source-package sbcl-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
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue