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 5c798ca71d
commit 80420f114c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -11412,7 +11412,7 @@ models. TADbit is complemented by TADkit for visualizing 3D models.")
("tcsh" ,tcsh) ("tcsh" ,tcsh)
("perl" ,perl) ("perl" ,perl)
("libpng" ,libpng) ("libpng" ,libpng)
("mysql" ,mysql) ("mariadb" ,mariadb)
("openssl" ,openssl))) ("openssl" ,openssl)))
(home-page "http://genome.cse.ucsc.edu/index.html") (home-page "http://genome.cse.ucsc.edu/index.html")
(synopsis "Assorted bioinformatics utilities") (synopsis "Assorted bioinformatics utilities")