From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add libksysguard. Date: Sat, 03 Dec 2016 17:02:11 +0100 Message-ID: <87wpfh9f24.fsf@gnu.org> References: <20161201.125016.1375870896085622261.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDClY-0007Qb-I9 for guix-devel@gnu.org; Sat, 03 Dec 2016 11:02:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDClT-0004Vp-Mj for guix-devel@gnu.org; Sat, 03 Dec 2016 11:02:20 -0500 In-Reply-To: <20161201.125016.1375870896085622261.post@thomasdanckaert.be> (Thomas Danckaert's message of "Thu, 01 Dec 2016 12:50:16 +0100 (CET)") 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: Thomas Danckaert Cc: guix-devel@gnu.org Hi! Thomas Danckaert skribis: > this patch adds libksysguard. I put it in kde.scm, but it's actually > a part of the plasma framework. Should there be a separate module > 'gnu/packages/plasma.scm' for if/when more plasma packages get > packaged? I think kde.scm is fine. > From 2e9a25b4f99ee354ce226759396fcf806502faa1 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Thu, 1 Dec 2016 11:56:20 +0100 > Subject: [PATCH] gnu: Add libksysguard. > > * gnu/packages/kde.scm (libksysguard): New variable. Applied with minor indentation fixes, thanks! Ludo=E2=80=99.