mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-fast-ecs: Update to 0.7.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.7.1. [native-inputs]: Add graphviz-minimal. Remove sbcl-chlorophyll. [inputs]: Remove sbcl-trivial-garbage. Add sbcl-closer-mop, sbcl-global-vars and sbcl-trivial-adjust-simple-array. (ecl-cl-fast-ecs)[arguments]: Disable tests. Change-Id: I6da9a7609272ae8ad49e11d9ef67dc72343a2e1d Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
604cd06e35
commit
025671d584
1 changed files with 14 additions and 5 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.2.2")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5710,12 +5710,17 @@ 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 "00nw5nwzcz8x1x1lycmjik8pcqzxrl896j0xjjl33rjljsmj45sx"))))
|
(base32 "068xc4ncxc9crg8b9x4abv1l8biq89d2fxm1i4m3jrbfx4adiqr5"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-chlorophyll sbcl-cl-mock sbcl-parachute))
|
(list graphviz-minimal
|
||||||
|
sbcl-cl-mock
|
||||||
|
sbcl-parachute))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria sbcl-trivial-garbage))
|
(list sbcl-alexandria
|
||||||
|
sbcl-closer-mop
|
||||||
|
sbcl-global-vars
|
||||||
|
sbcl-trivial-adjust-simple-array))
|
||||||
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
|
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
|
||||||
(synopsis "Blazingly fast Entity-Component-System microframework")
|
(synopsis "Blazingly fast Entity-Component-System microframework")
|
||||||
(description
|
(description
|
||||||
|
@ -5733,7 +5738,11 @@ 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
|
||||||
(sbcl-package->ecl-package sbcl-cl-fast-ecs))
|
(package
|
||||||
|
(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