guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75178] [PATCH 31/64] gnu: Add clasp-anaphora.


From: jgart
Subject: [bug#75178] [PATCH 31/64] gnu: Add clasp-anaphora.
Date: Tue, 31 Dec 2024 03:02:52 -0600

* gnu/packages/lisp-xyz.scm (clasp-anaphora): New variable.

Change-Id: I0545a7baa6144f9a34d6ff1870a2c07957f0acec
---
 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 30c837ddab..96aa8e7dae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1070,6 +1070,9 @@ (define-public cl-anaphora
 (define-public ecl-anaphora
   (sbcl-package->ecl-package sbcl-anaphora))
 
+(define-public clasp-anaphora
+  (sbcl-package->clasp-package sbcl-anaphora))
+
 ;;; Split the antik package in two to work around the circular dependency
 ;;; between antik/antik and antik/gsll.
 (define-public sbcl-antik-base
-- 
2.47.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]