guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qtwebkit: Use sqlite-with-column-metadata.


From: guix-commits
Subject: 01/01: gnu: qtwebkit: Use sqlite-with-column-metadata.
Date: Sun, 10 Nov 2019 15:27:36 -0500 (EST)

htgoebel pushed a commit to branch staging
in repository guix.

commit 8bfd7c8beb75ed3838efdf5973b9db5fb3ced68c
Author: Hartmut Goebel <address@hidden>
Date:   Fri Nov 8 11:14:52 2019 +0100

    gnu: qtwebkit: Use sqlite-with-column-metadata.
    
    This needs to be the same variant as for qtbase, otherwise applications
    might fail if libQt5WebKit is loaded prior to libQt5Sql.
    
    * gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by
      sqlite-with-column-metadata.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0ef8796..222a0cc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2182,7 +2182,7 @@ different kinds of sliders, and much more.")
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libwebp" ,libwebp)
-       ("sqlite" ,sqlite)
+       ("sqlite" ,sqlite-with-column-metadata)
        ("fontconfig" ,fontconfig)
        ("libxrender" ,libxrender)
        ("qtbase" ,qtbase)



reply via email to

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