mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-fast-ecs: Update to 0.8.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.8.0. [native-inputs]: Add sbcl-trivial-coverage. (ecl-cl-fast-ecs): Enable tests. Change-Id: I410434a603e0a4dfccd6a0c58acb630686d7bb0c
This commit is contained in:
parent
83bb5e9702
commit
2ec5a66224
1 changed files with 5 additions and 8 deletions
|
@ -5701,7 +5701,7 @@ Common Lisp.")
|
||||||
(define-public sbcl-cl-fast-ecs
|
(define-public sbcl-cl-fast-ecs
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-fast-ecs")
|
(name "sbcl-cl-fast-ecs")
|
||||||
(version "0.7.1")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5710,12 +5710,13 @@ Common Lisp.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "cl-fast-ecs" version))
|
(file-name (git-file-name "cl-fast-ecs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "068xc4ncxc9crg8b9x4abv1l8biq89d2fxm1i4m3jrbfx4adiqr5"))))
|
(base32 "09fv58pgfa1byplzzh4mzriwwnnn5i2ib8z19dbnbl7y8zy568hi"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list graphviz-minimal
|
(list graphviz-minimal
|
||||||
sbcl-cl-mock
|
sbcl-cl-mock
|
||||||
sbcl-parachute))
|
sbcl-parachute
|
||||||
|
sbcl-trivial-coverage))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-alexandria
|
||||||
sbcl-closer-mop
|
sbcl-closer-mop
|
||||||
|
@ -5738,11 +5739,7 @@ built at runtime.")
|
||||||
(sbcl-package->cl-source-package sbcl-cl-fast-ecs))
|
(sbcl-package->cl-source-package sbcl-cl-fast-ecs))
|
||||||
|
|
||||||
(define-public ecl-cl-fast-ecs
|
(define-public ecl-cl-fast-ecs
|
||||||
(package
|
(sbcl-package->ecl-package sbcl-cl-fast-ecs))
|
||||||
(inherit (sbcl-package->ecl-package sbcl-cl-fast-ecs))
|
|
||||||
(arguments
|
|
||||||
;; FIXME: Calling some subprocesses during tests fails.
|
|
||||||
(list #:tests? #f))))
|
|
||||||
|
|
||||||
(define-public sbcl-cl-fastcgi
|
(define-public sbcl-cl-fastcgi
|
||||||
(let ((commit "de8b49b26de9863996ec18db28af8ab7e8ac4e20")
|
(let ((commit "de8b49b26de9863996ec18db28af8ab7e8ac4e20")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue