mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-geco: Fix build.
* gnu/packages/patches/sbcl-geco-fix-organism-class.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-geco)[source]: Use it.
This commit is contained in:
parent
9c69fec08e
commit
c94367eaaf
3 changed files with 17 additions and 2 deletions
|
@ -14186,7 +14186,8 @@ XML to Lisp structures or s-expressions and back.")
|
|||
(uri (string-append "https://common-lisp.net/project/geco/download/"
|
||||
"geco-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0kk0bzr1019cfmf2b1jl1rk9shv3gx5z1znifxllg9mb98yqsgw0"))))
|
||||
(base32 "0kk0bzr1019cfmf2b1jl1rk9shv3gx5z1znifxllg9mb98yqsgw0"))
|
||||
(patches (search-patches "sbcl-geco-fix-organism-class.patch"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(home-page "https://common-lisp.net/project/geco/")
|
||||
(synopsis "Genetic algorithm toolkit for Common Lisp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue