gnu: kentutils: Build with mariadb.

* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
This commit is contained in:
Ricardo Wurmus 2018-03-16 09:59:04 +01:00
parent 3e5783e292
commit b44437c549
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11420,7 +11420,7 @@ (define-public kentutils
("tcsh" ,tcsh)
("perl" ,perl)
("libpng" ,libpng)
("mysql" ,mysql)
("mariadb" ,mariadb)
("openssl" ,openssl)))
(home-page "http://genome.cse.ucsc.edu/index.html")
(synopsis "Assorted bioinformatics utilities")