efraim pushed a commit to branch master
in repository guix.
commit 5a43894247803986a7f24a79c8e17d1ade90750b
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Apr 17 16:16:09 2023 +0300
gnu: opensmtpd-extras: Build with mariadb.
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add
mariadb:dev.
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a452c5296b..3ca6a32c57 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3260,7 +3260,7 @@ to esoteric or niche requirements.")
(inputs
`(("libressl" ,libressl)
("libevent" ,libevent)
- ("mysql" ,mysql)
+ ("mysql" ,mariadb "dev")
("opensmtpd" ,opensmtpd)
("postgresql" ,postgresql)
("python" ,python-2)