From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3Rt-0001Gw-Ng for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei3Rq-0001cv-VO for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei3Rq-0001cp-RL for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ei3Rq-0001Vw-Kz for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:02 -0500 Subject: [bug#30340] [PATCH 2/6] gnu: qtdeclarative: 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:01 +0100 Message-Id: <20180203192505.29516-2-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(qtdeclarative): Add comment. --- gnu/packages/qt.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 606c5035a..9050fe113 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -773,6 +773,8 @@ xmlpatternsvalidator."))) (arguments (substitute-keyword-arguments (package-arguments qtsvg) ((#:tests? _ #f) #f))) ; TODO: Enable the tests + ;; Note: NixOS has a patch to add import paths derived from PATH. We do + ;; not need this, since we have native-search-path QML2_IMPORT_PATH. (native-inputs `(("perl" ,perl) ("pkg-config" ,pkg-config) -- 2.13.6