gnu: psyclpc: Build with OpenSSL 1.0.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 8 Jan 2020 18:47:52 +0000 (19:47 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 8 Jan 2020 19:04:12 +0000 (20:04 +0100)
Fixes <https://bugs.gnu.org/39019>.  Reported by symphonia@disroot.org.

* gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to
OPENSSL-1.0.

gnu/packages/messaging.scm

index b71e68a..b524388 100644 (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)