From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51950) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT1fU-0000Vq-1s for guix-patches@gnu.org; Fri, 08 Nov 2019 05:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT1fT-0004Dh-63 for guix-patches@gnu.org; Fri, 08 Nov 2019 05:39:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iT1fT-0004DS-3j for guix-patches@gnu.org; Fri, 08 Nov 2019 05:39:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iT1fR-0007nL-VF for guix-patches@gnu.org; Fri, 08 Nov 2019 05:39:02 -0500 Subject: [bug#38123] [PATCH 1/1] gnu: qtwebkit: Uses sqlite-with-column-metadata. References: <20191108103719.8633-1-h.goebel@crazy-compilers.com> In-Reply-To: <20191108103719.8633-1-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Fri, 8 Nov 2019 11:38:43 +0100 Message-Id: <20191108103843.8731-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: 38123@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