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 wmbattery Date: Wed, 18 May 2016 15:35:00 +0200 Message-ID: <87h9dvtrp7.fsf@gnu.org> References: <20160404170451.5e21f8f0@openmailbox.org> <20160513122507.127a7227@scratchpost.org> <20160514223851.0615794f@openmailbox.org> <878tz8wg36.fsf@gnu.org> <20160517185836.4a958607@openmailbox.org> 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]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b31d0-00036I-8Y for guix-devel@gnu.org; Wed, 18 May 2016 09:35:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b31cv-0007c0-CR for guix-devel@gnu.org; Wed, 18 May 2016 09:35:09 -0400 In-Reply-To: <20160517185836.4a958607@openmailbox.org> (Kei Kebreau's message of "Tue, 17 May 2016 18:58:36 -0400") 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: Kei Kebreau Cc: guix-devel@gnu.org Kei Kebreau skribis: > On Tue, 17 May 2016 23:05:17 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: [...] >> > From e07912c6b5ea2ff45d5b923dccad26fef3ca932d Mon Sep 17 00:00:00 >> > 2001 From: Kei Yamashita >> > Date: Sat, 14 May 2016 22:27:15 -0400 >> > Subject: [PATCH] gnu: wmbattery: Add `patch-upower' phase. >> > >> > * gnu/packages/gnustep.scm (wmbattery): Add `patch-upower' phase.=20=20 >>=20 >> Could you make this a =E2=80=98snippet=E2=80=99 in the origin? I think = that such >> source modifications should be either plain patches, or snippets. [...] > From b0729d68e78906c0b750935c17a6d98bfac981cf Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 17 May 2016 18:52:16 -0400 > Subject: [PATCH] gnu: wmbattery: Add `patch-upower' phase. > > * gnu/packages/gnustep.scm (wmbattery): Add `patch-upower' phase. I adjusted the commit log and committed, thanks! Ludo=E2=80=99.