mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: eschalot: Fix build.
* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
This commit is contained in:
parent
b864ddb690
commit
6b6dbff44e
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ (define-public eschalot
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue