me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-01-08 19:47:52 +01:00
parent f98c050c20
commit e7e315c02e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -1435,7 +1435,7 @@ including psyced.")
#:make-flags (list "install-all")))
(inputs
`(("zlib" ,zlib)
("openssl" ,openssl)
("openssl" ,openssl-1.0)
("pcre" ,pcre)))
(native-inputs
`(("pkg-config" ,pkg-config)