gnu: emacs-emacsql: Replace mysql with mariadb input.

* gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with
'mariadb'.
This commit is contained in:
Oleg Pykhalov 2018-05-31 23:56:52 +03:00
parent 8b3aea9d9e
commit e0cc7f669b
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 1 additions and 1 deletions

View File

@ -8128,7 +8128,7 @@ object has been freed.")
#t)))))
(inputs
`(("emacs-minimal" ,emacs-minimal)
("mysql" ,mysql)
("mariadb" ,mariadb)
("postgresql" ,postgresql)))
(propagated-inputs
`(("emacs-finalize" ,emacs-finalize)