1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 09:58:52 +02:00

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
+1 -1
View File
@@ -1501,7 +1501,7 @@ columns, primary keys, unique constraints and relationships.")
#: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