3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: eschalot: Fix build.

* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-21 02:23:41 +02:00
parent b864ddb690
commit 6b6dbff44e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"