gnu: perl-dbd-mysql: Depend on MariaDB rather than MySQL.

* gnu/packages/databases.scm (perl-dbd-mysql)[propagated-inputs]: Change from
MYSQL to MARIADB.
This commit is contained in:
Marius Bakke 2019-05-12 18:46:17 +02:00
parent d5d5403033
commit 9c6fb330ad
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1501,7 +1501,7 @@ (define-public perl-dbd-mysql
#:tests? #f))
(propagated-inputs
`(("perl-dbi" ,perl-dbi)
("mysql" ,mysql)))
("mysql" ,mariadb)))
(home-page "https://metacpan.org/release/DBD-mysql")
(synopsis "DBI MySQL interface")
(description "This package provides a MySQL driver for the Perl5