mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
d5d5403033
commit
9c6fb330ad
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ (define-public perl-dbd-mysql
|
||||||
#: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 a new issue