guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: databases: Fix build of virtuoso-ose.


From: guix-commits
Subject: 02/03: databases: Fix build of virtuoso-ose.
Date: Sun, 3 Nov 2019 13:42:07 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 95c633e0d8ed4b20cea3afc3afab1abdd2cc6c4b
Author: Roel Janssen <address@hidden>
Date:   Fri Nov 1 13:51:19 2019 +0100

    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 <address@hidden>
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c362618..acce540 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2352,7 +2352,7 @@ implementation for Python.")
        #:configure-flags '("--without-internal-zlib"
                            "--with-readline")))
     (inputs
-     `(("openssl" ,openssl)
+     `(("openssl" ,openssl-1.0)
        ("net-tools" ,net-tools)
        ("readline" ,readline)
        ("zlib" ,zlib)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]