[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add cl-simple-date-postgres-glue.
From: |
guix-commits |
Subject: |
04/10: gnu: Add cl-simple-date-postgres-glue. |
Date: |
Wed, 26 Feb 2020 05:32:23 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit acba62d9bd80a8fd4e9bd91073db037ba5094d09
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 25 19:48:30 2020 +0100
gnu: Add cl-simple-date-postgres-glue.
* gnu/packages/lisp-xyz.scm (sbcl-simple-date-postgres-glue,
cl-simple-date-postgres-glue): New variables.
---
gnu/packages/lisp-xyz.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2f84ad2..736efc7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10813,3 +10813,17 @@ a PostgreSQL server over a socket.")))
(define-public cl-postgres
(sbcl-package->cl-source-package sbcl-cl-postgres))
+
+(define-public sbcl-simple-date-postgres-glue
+ (package
+ (inherit sbcl-simple-date)
+ (name "sbcl-simple-date-postgres-glue")
+ (inputs
+ `(("cl-postgres" ,sbcl-cl-postgres)
+ ("simple-date" ,sbcl-simple-date)))
+ (arguments
+ `(#:asd-file "simple-date.asd"
+ #:asd-system-name "simple-date/postgres-glue"))))
+
+(define-public cl-simple-date-postgres-glue
+ (sbcl-package->cl-source-package sbcl-simple-date-postgres-glue))
- branch master updated (849f6bc -> 0e9fc3d), guix-commits, 2020/02/26
- 01/10: gnu: Add cl-mysql., guix-commits, 2020/02/26
- 02/10: gnu: Add cl-simple-date., guix-commits, 2020/02/26
- 03/10: gnu: Add cl-postgres., guix-commits, 2020/02/26
- 04/10: gnu: Add cl-simple-date-postgres-glue.,
guix-commits <=
- 05/10: gnu: Add cl-s-sql., guix-commits, 2020/02/26
- 07/10: gnu: Add cl-dbi., guix-commits, 2020/02/26
- 08/10: gnu: Add cl-dbd-mysql., guix-commits, 2020/02/26
- 10/10: gnu: Add cl-dbd-sqlite3., guix-commits, 2020/02/26
- 06/10: gnu: Add cl-postmodern., guix-commits, 2020/02/26
- 09/10: gnu: Add cl-dbd-postgres., guix-commits, 2020/02/26