mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: Add ecl-cl-postgres.
* gnu/packages/lisp-xyz.scm (ecl-cl-postgres): New variable.
This commit is contained in:
parent
588a4492eb
commit
257cf3e7db
1 changed files with 13 additions and 0 deletions
|
@ -10916,6 +10916,19 @@ (define-public sbcl-cl-postgres
|
|||
(define-public cl-postgres
|
||||
(sbcl-package->cl-source-package sbcl-cl-postgres))
|
||||
|
||||
(define-public ecl-cl-postgres
|
||||
(package
|
||||
(inherit (sbcl-package->ecl-package sbcl-cl-postgres))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-ecl
|
||||
(lambda _
|
||||
(substitute* "cl-postgres.asd"
|
||||
(("\\) \"usocket\"") " :ecl) \"usocket\""))
|
||||
#t)))
|
||||
#:tests? #f))))
|
||||
|
||||
(define-public sbcl-simple-date-postgres-glue
|
||||
(package
|
||||
(inherit sbcl-simple-date)
|
||||
|
|
Loading…
Reference in a new issue