me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd-extras: Build with mariadb.

* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add
mariadb:dev.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)