mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-iterate.
* gnu/packages/lisp-xyz.scm (clasp-iterate): New variable. Change-Id: I7cb6e57ebd5dcc29a13b0587ca429e7cb396194d
This commit is contained in:
parent
b4a0aa1d71
commit
41409f2b24
1 changed files with 7 additions and 0 deletions
|
@ -19028,6 +19028,13 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
|
||||||
(define-public ecl-iterate
|
(define-public ecl-iterate
|
||||||
(sbcl-package->ecl-package sbcl-iterate))
|
(sbcl-package->ecl-package sbcl-iterate))
|
||||||
|
|
||||||
|
(define-public clasp-iterate
|
||||||
|
(package
|
||||||
|
(inherit (sbcl-package->clasp-package sbcl-iterate))
|
||||||
|
(arguments
|
||||||
|
;; Tests are broken on clasp.
|
||||||
|
(list #:tests? #f))))
|
||||||
|
|
||||||
(define-public sbcl-ixf
|
(define-public sbcl-ixf
|
||||||
(let ((commit "ed26f87e4127e4a9e3aac4ff1e60d1f39cca5183")
|
(let ((commit "ed26f87e4127e4a9e3aac4ff1e60d1f39cca5183")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue