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:
parent
d5d5403033
commit
9c6fb330ad
|
@ -1501,7 +1501,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-dbi" ,perl-dbi)
|
`(("perl-dbi" ,perl-dbi)
|
||||||
("mysql" ,mysql)))
|
("mysql" ,mariadb)))
|
||||||
(home-page "https://metacpan.org/release/DBD-mysql")
|
(home-page "https://metacpan.org/release/DBD-mysql")
|
||||||
(synopsis "DBI MySQL interface")
|
(synopsis "DBI MySQL interface")
|
||||||
(description "This package provides a MySQL driver for the Perl5
|
(description "This package provides a MySQL driver for the Perl5
|
||||||
|
|
Loading…
Reference in New Issue