guix-commits
[Top][All Lists]
Advanced

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

18/71: gnu: Add clasp-acclimation.


From: guix-commits
Subject: 18/71: gnu: Add clasp-acclimation.
Date: Wed, 1 Jan 2025 12:13:34 -0500 (EST)

jgart pushed a commit to branch lisp-team-asdf-build-system-clasp
in repository guix.

commit 1e9f75bc428df88d8fc0465af8cca21364c08583
Author: jgart <jgart@dismail.de>
AuthorDate: Mon Dec 30 21:08:02 2024 -0600

    gnu: Add clasp-acclimation.
    
    * gnu/packages/lisp-xyz.scm (clasp-acclimation): New variable.
    
    Change-Id: Id24bf747ee0de02cef4d6b5c2499b7cba00d0402
---
 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 e51ccac9d3..a194c6064d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -697,6 +697,9 @@ weight, temperature, names of physical quantitites, etc.")
 (define-public ecl-acclimation
   (sbcl-package->ecl-package sbcl-acclimation))
 
+(define-public clasp-acclimation
+  (sbcl-package->clasp-package sbcl-acclimation))
+
 (define-public sbcl-acl-compat
   ;; There does not seem to be proper releases.
   (let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))



reply via email to

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