databases: Fix build of virtuoso-ose.
Virtuoso cannot be built with versions of OpenSSL >1.1.0. * gnu/packages/databases.scm (virtuoso-ose)[inputs]: Change OPENSSL to OPENSSL-1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
6833c7a1b3
commit
95c633e0d8
|
@ -2352,7 +2352,7 @@ implementation for Python.")
|
||||||
#:configure-flags '("--without-internal-zlib"
|
#:configure-flags '("--without-internal-zlib"
|
||||||
"--with-readline")))
|
"--with-readline")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl-1.0)
|
||||||
("net-tools" ,net-tools)
|
("net-tools" ,net-tools)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Reference in New Issue