guix-commits
[Top][All Lists]
Advanced

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

39/71: gnu: Add clasp-local-time.


From: guix-commits
Subject: 39/71: gnu: Add clasp-local-time.
Date: Wed, 1 Jan 2025 12:13:38 -0500 (EST)

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

commit 94b857a15c45dacd7a9e13dfbf0a62e9f56bf609
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Dec 31 02:06:30 2024 -0600

    gnu: Add clasp-local-time.
    
    * gnu/packages/lisp-xyz.scm (clasp-local-time): New variable.
    
    Change-Id: I6f5dd7fb57e0c771c40460c526f242727299ab54
---
 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 13516961e2..9c623a7d7a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20249,6 +20249,9 @@ Long Painful History of Time\".")
 (define-public ecl-local-time
   (sbcl-package->ecl-package sbcl-local-time))
 
+(define-public clasp-local-time
+  (sbcl-package->clasp-package sbcl-local-time))
+
 (define-public sbcl-cl-postgres+local-time
   (package
     (inherit sbcl-local-time)



reply via email to

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