gnu: kentutils: Build with mariadb.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with mariadb.
This commit is contained in:
parent
5c798ca71d
commit
80420f114c
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue