mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: cl-specialization-store: Disable tests.
* gnu/packages/lisp-xyz.scm (sbcl-specialization-store)[arguments]: Disable tests. (ecl-specialization-store): Simplify package definition. Change-Id: I5dd574ac5e14a2c9a39e689af519cae45f6e59f5
This commit is contained in:
parent
6aca9b80f4
commit
7df1df1489
1 changed files with 5 additions and 5 deletions
|
@ -26816,6 +26816,10 @@ (define-public sbcl-specialization-store
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria sbcl-introspect-environment))
|
(list sbcl-alexandria sbcl-introspect-environment))
|
||||||
|
(arguments
|
||||||
|
;; FIXME: Tests fail with:
|
||||||
|
;; Unable to compile test syntax-layer-test define-specialization/name.
|
||||||
|
(list #:tests? #f))
|
||||||
(home-page "https://github.com/markcox80/specialization-store")
|
(home-page "https://github.com/markcox80/specialization-store")
|
||||||
(synopsis "Different type of generic function for Common Lisp")
|
(synopsis "Different type of generic function for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
@ -26828,11 +26832,7 @@ (define-public cl-specialization-store
|
||||||
(sbcl-package->cl-source-package sbcl-specialization-store))
|
(sbcl-package->cl-source-package sbcl-specialization-store))
|
||||||
|
|
||||||
(define-public ecl-specialization-store
|
(define-public ecl-specialization-store
|
||||||
(package
|
(sbcl-package->ecl-package sbcl-specialization-store))
|
||||||
(inherit (sbcl-package->ecl-package sbcl-specialization-store))
|
|
||||||
(arguments
|
|
||||||
;; TODO: Find why the tests get stuck forever; disable them for now.
|
|
||||||
`(#:tests? #f))))
|
|
||||||
|
|
||||||
(define-public sbcl-specialized-function
|
(define-public sbcl-specialized-function
|
||||||
(let ((commit "5e2b04432bdf728496e6ff7227f210f845af7247")
|
(let ((commit "5e2b04432bdf728496e6ff7227f210f845af7247")
|
||||||
|
|
Loading…
Reference in a new issue