[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: eschalot: Fix build.
From: |
guix-commits |
Subject: |
04/05: gnu: eschalot: Fix build. |
Date: |
Sun, 20 Sep 2020 20:35:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6b6dbff44ee3063c2fce5b5245a0a4046b3145d2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 21 02:23:41 2020 +0200
gnu: eschalot: Fix build.
* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
---
gnu/packages/crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 028c140..c30c949 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -359,7 +359,7 @@ secure operations. ")
(base32
"0lj38ldh8vzi11wp4ghw4k0fkwp0s04zv8k8d473p1snmbh7mx98"))))
(inputs
- `(("openssl" ,openssl))) ; It needs: openssl/{bn,pem,rsa,sha}.h
+ `(("openssl" ,openssl-1.0))) ; for openssl/{bn,pem,rsa,sha}.h
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"