From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3Ru-0001Hl-Mi 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 1ei3Rt-0001fy-Lt for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei3Rt-0001fj-IQ for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ei3Rt-0001WJ-D2 for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:05 -0500 Subject: [bug#30340] [PATCH 5/6] gnu: qttools: 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:04 +0100 Message-Id: <20180203192505.29516-5-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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4fc108dac..e607b8248 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1109,6 +1109,8 @@ positioning and geolocation plugins."))) (arguments (substitute-keyword-arguments (package-arguments qtsvg) ((#:tests? _ #f) #f))) ; TODO: Enable the tests + ;; Note: NixOS has a patch to fix path to qhelpgenerator in cmake files to + ;; fix a build-error in KDevelop. We don't experience the build-error. (native-inputs `(("perl" ,perl) ("qtdeclarative" ,qtdeclarative))) -- 2.13.6