[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
- branch master updated (1c70205 -> ffe58d1), guix-commits, 2020/01/16
- 02/11: gnu: poetry: Remove redundant input., guix-commits, 2020/01/16
- 03/11: gnu: kentutils: Build with OpenSSL 1.0.,
guix-commits <=
- 01/11: gnu: python-zipp: Remove redundant inputs., guix-commits, 2020/01/16
- 06/11: gnu: ldb: Downgrade to 1.5.6., guix-commits, 2020/01/16
- 05/11: gnu: python-importlib-metata: Delay python2 variant., guix-commits, 2020/01/16
- 04/11: gnu: python-packaging: Fix test failures on non-x86_64 architectures., guix-commits, 2020/01/16
- 08/11: gnu: caribou: Build with Python 3., guix-commits, 2020/01/16
- 10/11: gnu: python-objgraph: Update to 3.4.1., guix-commits, 2020/01/16
- 11/11: gnu: Add python2-objgraph., guix-commits, 2020/01/16
- 07/11: gnu: libpeas: Update to 1.24.1., guix-commits, 2020/01/16
- 09/11: gnu: python-graphviz: Update to 0.13.2., guix-commits, 2020/01/16