From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56047) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLCt7-0000vE-ED for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLCt6-0005wq-Hv for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLCt6-0005wi-Es for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLCt6-0002IP-CY for guix-patches@gnu.org; Sun, 05 Apr 2020 17:33:04 -0400 Subject: [bug#40458] [PATCH 08/10] gnu: kplotting: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sun, 5 Apr 2020 23:32:00 +0200 Message-Id: <20200405213202.13798-8-vincent.legoll@gmail.com> In-Reply-To: <20200405213202.13798-1-vincent.legoll@gmail.com> References: <20200405213202.13798-1-vincent.legoll@gmail.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: 40458@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/kde-framework.scm (kplotting)[inputs]: Move qttools from here... [native-inputs]: ...to here. --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e57fc27fbe..a586b26d7e 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3242,7 +3242,8 @@ the passwords on KDE work spaces.") `(("kconfig" ,kconfig) ("kconfigwidgets" ,kconfigwidgets))) (native-inputs - `(("extra-cmake-modules" ,extra-cmake-modules))) + `(("extra-cmake-modules" ,extra-cmake-modules) + ("qttools" ,qttools))) (inputs `(("attica" ,attica) ("kauth" ,kauth) @@ -3256,7 +3257,6 @@ the passwords on KDE work spaces.") ("kwidgetsaddons" ,kwidgetsaddons) ("kwindowsystem" ,kwindowsystem) ("qtbase" ,qtbase) - ("qttools" ,qttools) ("sonnet" ,sonnet))) (arguments `(#:tests? #f ; FIXME: 1/5 tests fail. -- 2.26.0