From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3Rv-0001I5-0z for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei3Ru-0001gx-3n for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei3Rt-0001gh-Vp for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ei3Rt-0001WR-Qk for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:05 -0500 Subject: [bug#30340] [PATCH 6/6] gnu: qtwebkit: Add note about a patch NixOS has but we don't need. Resent-Message-ID: From: Hartmut Goebel Date: Sat, 3 Feb 2018 20:25:05 +0100 Message-Id: <20180203192505.29516-6-h.goebel@crazy-compilers.com> In-Reply-To: <20180203192505.29516-1-h.goebel@crazy-compilers.com> References: <20180203192505.29516-1-h.goebel@crazy-compilers.com> 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: 30340@debbugs.gnu.org * gnu/packages/qt.scm(qtwebkit): Add comment. --- gnu/packages/qt.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e607b8248..dc20416aa 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1956,6 +1956,10 @@ different kinds of sliders, and much more.") (arguments `(#:phases (modify-phases %standard-phases + ;; Note: NixOS has a patch to use the absolute path for loading + ;; libgtk-x11-2.0. We don't have gtk+ as an input and the respective + ;; files (e.g. in Source/WebCore/plugins/qt/) are not compiled at + ;; all. (add-before 'configure 'fix-qmlwebkit-plugins-rpath (lambda _ (substitute* "Source/WebKit/qt/declarative/experimental/experimental.pri" -- 2.13.6