guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: kentutils: Build with OpenSSL 1.0.


From: guix-commits
Subject: 03/11: gnu: kentutils: Build with OpenSSL 1.0.
Date: Thu, 16 Jan 2020 13:22:11 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7699e3228960457707f103e8e9e0db60de3891c5
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 22:18:35 2020 +0100

    gnu: kentutils: Build with OpenSSL 1.0.
    
    * gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL 
to
    OPENSSL-1.0.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 32eea9d..381c9df 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11322,7 +11322,7 @@ models.  TADbit is complemented by TADkit for 
visualizing 3D models.")
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]