From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50704) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT1bd-0004ap-I2 for guix-patches@gnu.org; Fri, 08 Nov 2019 05:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT1bb-0008SH-EP for guix-patches@gnu.org; Fri, 08 Nov 2019 05:35:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iT1bb-0008Rm-3r for guix-patches@gnu.org; Fri, 08 Nov 2019 05:35:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iT1ba-0007a7-U0 for guix-patches@gnu.org; Fri, 08 Nov 2019 05:35:02 -0500 Subject: [bug#38122] [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata. Resent-Message-ID: From: Hartmut Goebel Date: Fri, 8 Nov 2019 11:33:29 +0100 Message-Id: <20191108103434.8390-2-h.goebel@crazy-compilers.com> In-Reply-To: <20191108103434.8390-1-h.goebel@crazy-compilers.com> References: <20191108103434.8390-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38122@debbugs.gnu.org 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 0ef879678f..222a0cc867 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) -- 2.21.0