mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: psyclpc: Build with OpenSSL 1.0.
Fixes <https://bugs.gnu.org/39019>. Reported by symphonia@disroot.org. * gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to OPENSSL-1.0.
This commit is contained in:
parent
f98c050c20
commit
e7e315c02e
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ (define-public psyclpc
|
|||
#:make-flags (list "install-all")))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("openssl" ,openssl)
|
||||
("openssl" ,openssl-1.0)
|
||||
("pcre" ,pcre)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue