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.1.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL-1.0 to OPENSSL.
This commit is contained in:
parent
ca27b0e528
commit
6203b8e5bd
1 changed files with 1 additions and 1 deletions
|
@ -11464,7 +11464,7 @@ (define-public kentutils
|
|||
("perl" ,perl)
|
||||
("libpng" ,libpng)
|
||||
("mariadb-dev" ,mariadb "dev")
|
||||
("openssl" ,openssl-1.0)))
|
||||
("openssl" ,openssl)))
|
||||
(home-page "https://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