mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add clasp-local-time.
* gnu/packages/lisp-xyz.scm (clasp-local-time): New variable. Change-Id: I6f5dd7fb57e0c771c40460c526f242727299ab54
This commit is contained in:
parent
80ff2cdf1d
commit
6d73aa9bb4
1 changed files with 3 additions and 0 deletions
|
@ -20249,6 +20249,9 @@ (define-public cl-local-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)
|
||||
|
|
Loading…
Reference in a new issue