gnu: opensmtpd-extras: Build with mariadb.
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add mariadb:dev.master
parent
45363fdb17
commit
5a43894247
|
@ -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)
|
||||
|
|
Reference in New Issue