me
/
guix
Archived
1
0
Fork 0

gnu: cl-clsql: Build with mariadb.

* gnu/packages/lisp-xyz.scm (cl-clsql)[inputs]: Remove mysql. Add
mariadb:dev.
master
Efraim Flashner 2023-04-17 16:26:47 +03:00
parent fee5561746
commit 5eaf5c9064
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -13267,7 +13267,7 @@ interfaces as well as a functional and an object oriented interface.")
(native-inputs
`(("rt" ,cl-rt)))
(inputs
(list mysql postgresql sqlite zlib))
(list (list mariadb "dev") postgresql sqlite zlib))
(propagated-inputs
`(("cffi" ,cl-cffi)
("md5" ,cl-md5)