mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-clsql-uffi.
* gnu/packages/lisp-xyz.scm (sbcl-clsql-uffi): New variable.
This commit is contained in:
parent
5ae56f681b
commit
a5f4428770
1 changed files with 10 additions and 0 deletions
|
@ -11076,3 +11076,13 @@ interfaces as well as a functional and an object oriented interface.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(make-file-writable "doc/html.tar.gz")
|
(make-file-writable "doc/html.tar.gz")
|
||||||
#t)))))))
|
#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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue