From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Some macros to make package definitions prettier Date: Thu, 26 Feb 2015 22:39:01 +0100 Message-ID: <87y4nkwdxm.fsf@gnu.org> References: <874mqa6iz4.fsf@taylan.uni.cx> <87bnkhzhxd.fsf@gnu.org> <877fv553ss.fsf@taylan.uni.cx> 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]:43085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR69E-0007i9-IC for guix-devel@gnu.org; Thu, 26 Feb 2015 16:39:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR69A-0003sF-1s for guix-devel@gnu.org; Thu, 26 Feb 2015 16:39:08 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR699-0003sB-Vi for guix-devel@gnu.org; Thu, 26 Feb 2015 16:39:03 -0500 In-Reply-To: <877fv553ss.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Thu, 26 Feb 2015 12:07:47 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skrib= is: >> >>> (modify-phases '((foo . 0) (bar . 1) (baz . 2)) >>> (delete foo) >>> (replace bar 'x) >>> (add-before baz pre-baz 'y)) ;=3D> ((bar . x) (pre-baz . y) (baz . 2)) >> >> I like it! Let=E2=80=99s put it in (guix utils)? > > Shouldn't it go to (guix build utils)? Here's a patch: Right. I=E2=80=99ve applied it locally and will push shortly. Ludo=E2=80=99.