From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: [PATCH 1/3] gnu: libksysguard: Correct inputs. Date: Mon, 12 Dec 2016 20:09:30 +0100 Message-ID: <1481569772-26659-2-git-send-email-thomas.danckaert@gmail.com> References: <1481569772-26659-1-git-send-email-thomas.danckaert@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGW0K-0005xm-V8 for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGW0H-0003CC-8q for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:17 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34278) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGW0H-000373-2O for guix-devel@gnu.org; Mon, 12 Dec 2016 14:11:13 -0500 Received: by mail-wm0-f68.google.com with SMTP id g23so13255931wme.1 for ; Mon, 12 Dec 2016 11:10:50 -0800 (PST) In-Reply-To: <1481569772-26659-1-git-send-email-thomas.danckaert@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: post@thomasdanckaert.be, guix-devel@gnu.org Cc: Thomas Danckaert * gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons, kdoctools, kinit, knewstruff, knotifications, kio; add kauth, kcompletion, kconfig, kcoreaddons, kwidgetsaddons. --- gnu/packages/kde.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 9099c5f..55386f0 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -105,14 +105,13 @@ used in KDE development tools Kompare and KDevelop.") (inputs `(("kconfigwidgets" ,kconfigwidgets) ("kiconthemes" ,kiconthemes) - ("kdbusaddons" ,kdbusaddons) - ("kdoctools" ,kdoctools) - ("kinit" ,kinit) - ("knewstuff" ,knewstuff) - ("knotifications" ,knotifications) ("kwindowsystem" ,kwindowsystem) - ("kio" ,kio) ("ki18n" ,ki18n) + ("kauth" ,kauth) + ("kcompletion" ,kcompletion) + ("kconfig" ,kconfig) + ("kcoreaddons" ,kcoreaddons) + ("kwidgetsaddons" ,kwidgetsaddons) ("kservice" ,kservice) ("qtbase" ,qtbase) ("qtscript" ,qtscript) -- 2.7.4