mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: kentutils: Build with OpenSSL 1.0.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL to OPENSSL-1.0.
This commit is contained in:
parent
cbd3e73f06
commit
7699e32289
1 changed files with 1 additions and 1 deletions
|
@ -11322,7 +11322,7 @@ (define-public kentutils
|
|||
("libpng" ,libpng)
|
||||
("mariadb" ,mariadb "lib")
|
||||
("mariadb-dev" ,mariadb "dev")
|
||||
("openssl" ,openssl)))
|
||||
("openssl" ,openssl-1.0)))
|
||||
(home-page "http://genome.cse.ucsc.edu/index.html")
|
||||
(synopsis "Assorted bioinformatics utilities")
|
||||
(description "This package provides the kentUtils, a selection of
|
||||
|
|
Loading…
Reference in a new issue