mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-clsql: Build with mariadb.
* gnu/packages/lisp-xyz.scm (cl-clsql)[inputs]: Remove mysql. Add mariadb:dev.
This commit is contained in:
parent
fee5561746
commit
5eaf5c9064
1 changed files with 1 additions and 1 deletions
|
@ -13267,7 +13267,7 @@ interfaces as well as a functional and an object oriented interface.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("rt" ,cl-rt)))
|
`(("rt" ,cl-rt)))
|
||||||
(inputs
|
(inputs
|
||||||
(list mysql postgresql sqlite zlib))
|
(list (list mariadb "dev") postgresql sqlite zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("cffi" ,cl-cffi)
|
`(("cffi" ,cl-cffi)
|
||||||
("md5" ,cl-md5)
|
("md5" ,cl-md5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue