mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: opensmtpd-extras: Build with mariadb.
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add mariadb:dev.
This commit is contained in:
parent
45363fdb17
commit
5a43894247
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue