gnu: opensmtpd-extras: Build with mariadb.

* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add
mariadb:dev.
This commit is contained in:
Efraim Flashner 2023-04-17 16:16:09 +03:00
parent 45363fdb17
commit 5a43894247
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3260,7 +3260,7 @@ (define-public opensmtpd-extras
(inputs
`(("libressl" ,libressl)
("libevent" ,libevent)
("mysql" ,mysql)
("mysql" ,mariadb "dev")
("opensmtpd" ,opensmtpd)
("postgresql" ,postgresql)
("python" ,python-2)