me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-clsql-uffi.

* gnu/packages/lisp-xyz.scm (sbcl-clsql-uffi): New variable.
master
Guillaume Le Vaillant 2020-02-26 14:46:21 +01:00
parent 5ae56f681b
commit a5f4428770
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 10 additions and 0 deletions

View File

@ -11076,3 +11076,13 @@ interfaces as well as a functional and an object oriented interface.")
(lambda _
(make-file-writable "doc/html.tar.gz")
#t)))))))
(define-public sbcl-clsql-uffi
(package
(inherit sbcl-clsql)
(name "sbcl-clsql-uffi")
(inputs
`(("cffi-uffi-compat" ,sbcl-cffi-uffi-compat)
("clsql" ,sbcl-clsql)
("uffi" ,sbcl-uffi)))
(synopsis "UFFI helper functions for Common Lisp SQL interface library")))