From e7e315c02ec2165c31b250770b848fe37f358d9d Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 8 Jan 2020 19:47:52 +0100 Subject: gnu: psyclpc: Build with OpenSSL 1.0. Fixes . Reported by symphonia@disroot.org. * gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to OPENSSL-1.0. --- gnu/packages/messaging.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index b71e68a90f..b524388853 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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) -- cgit v1.2.3