This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d6ff946950 gnu: Add clasp-f2cl.
d6ff946950 is described below
commit d6ff946950eb1e34c42f233f47df49edc37bb945
Author: jgart <[email protected]>
AuthorDate: Tue Jul 15 23:34:09 2025 -0500
gnu: Add clasp-f2cl.
* gnu/packages/lisp-xyz.scm (clasp-f2cl): New variable.
Change-Id: Iac7d392668914aa7056ce37e5190906e9f2bbc43
---
gnu/packages/lisp-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7e909ad8de..2141325749 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15618,6 +15618,9 @@ Common Lisp code.")
(define-public ecl-f2cl
(sbcl-package->ecl-package sbcl-f2cl))
+(define-public clasp-f2cl
+ (sbcl-package->clasp-package sbcl-f2cl))
+
(define-public sbcl-fakenil
(package
(name "sbcl-fakenil")