mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: Add clasp-iterate.
* gnu/packages/lisp-xyz.scm (clasp-iterate): New variable. Change-Id: I7cb6e57ebd5dcc29a13b0587ca429e7cb396194d
This commit is contained in:
@@ -19028,6 +19028,13 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
|
||||
(define-public ecl-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
|
||||
(let ((commit "ed26f87e4127e4a9e3aac4ff1e60d1f39cca5183")
|
||||
(revision "1"))
|
||||
|
||||
Reference in New Issue
Block a user