gnu: sqitch: Add more database drivers to inputs.

These are optional dependencies, but including them in the inputs and thus the
wrapped sqitch script makes using sqitch easier.

* gnu/packages/databases.scm (sqitch)[inputs]: Add perl-dbd-mysql and
perl-dbd-sqlite.
This commit is contained in:
Christopher Baines 2020-09-19 09:29:22 +01:00
parent 70ef8b2455
commit 6a1c3a908c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1391,7 +1391,9 @@ (define-public sqitch
("perl-config-gitlike" ,perl-config-gitlike)
("perl-datetime" ,perl-datetime)
("perl-datetime-timezone" ,perl-datetime-timezone)
("perl-dbd-mysql" ,perl-dbd-mysql)
("perl-dbd-pg" ,perl-dbd-pg)
("perl-dbd-sqlite" ,perl-dbd-sqlite)
("perl-dbi" ,perl-dbi)
("perl-devel-stacktrace" ,perl-devel-stacktrace)
("perl-encode-locale" ,perl-encode-locale)