mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add cl-simple-date-postgres-glue.
* gnu/packages/lisp-xyz.scm (sbcl-simple-date-postgres-glue, cl-simple-date-postgres-glue): New variables.
This commit is contained in:
parent
f5203d2584
commit
acba62d9bd
1 changed files with 14 additions and 0 deletions
|
@ -10813,3 +10813,17 @@ (define-public sbcl-cl-postgres
|
|||
|
||||
(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))
|
||||
|
|
Loading…
Reference in a new issue