From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Treating patches as part of =?utf-8?B?4oCYb3JpZ2lu4oCZ?= Date: Mon, 16 Sep 2013 12:31:50 +0200 Message-ID: <87d2o9oy5l.fsf@gnu.org> References: <87zjrdkd7u.fsf@gnu.org> <87zjrd8z4u.fsf@honeybear.home> 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]:49774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWAu-0004Dq-1y for guix-devel@gnu.org; Mon, 16 Sep 2013 06:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLWAm-0002pj-PD for guix-devel@gnu.org; Mon, 16 Sep 2013 06:36:59 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:33439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWAm-0002pf-I8 for guix-devel@gnu.org; Mon, 16 Sep 2013 06:36:52 -0400 In-Reply-To: <87zjrd8z4u.fsf@honeybear.home> (Alex Sassmannshausen's message of "Mon, 16 Sep 2013 01:05:05 +0200") List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Sassmannshausen Cc: guix-devel@gnu.org Alex Sassmannshausen skribis: > > I=E2=80=99ll go ahead and implement that in =E2=80=98core-updates= =E2=80=99 if there are no > > objections. > > Presumably this would mean retrospectively fixing all current packages? Yes, but that=E2=80=99s a mechanic change: moving the list of patches from = the #:patches option and the =E2=80=98inputs=E2=80=99 field to the =E2=80=98pat= ches=E2=80=99 field. Ludo=E2=80=99.