|
From: | Ludovic Courtès |
Subject: | Re: Some macros to make package definitions prettier |
Date: | Thu, 26 Feb 2015 22:39:01 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
address@hidden (Taylan Ulrich "Bayırlı/Kammer") skribis: > address@hidden (Ludovic Courtès) writes: > >> address@hidden (Taylan Ulrich "Bayırlı/Kammer") skribis: >> >>> (modify-phases '((foo . 0) (bar . 1) (baz . 2)) >>> (delete foo) >>> (replace bar 'x) >>> (add-before baz pre-baz 'y)) ;=> ((bar . x) (pre-baz . y) (baz . 2)) >> >> I like it! Let’s put it in (guix utils)? > > Shouldn't it go to (guix build utils)? Here's a patch: Right. I’ve applied it locally and will push shortly. Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |