efraim pushed a commit to branch master
in repository guix.

commit 5eaf5c90640330fc517b7f3f84e9ec4f823f794e
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Apr 17 16:26:47 2023 +0300

    gnu: cl-clsql: Build with mariadb.
    
    * gnu/packages/lisp-xyz.scm (cl-clsql)[inputs]: Remove mysql. Add
    mariadb:dev.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7947a3d9ef..5e9bc4e105 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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)

Reply via email to