guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swh-plugins-lv2: New variable [WIP] v2


From: Ricardo Wurmus
Subject: Re: swh-plugins-lv2: New variable [WIP] v2
Date: Mon, 07 Dec 2015 23:03:51 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

Florian Paul Schmidt <address@hidden> writes:

>>> +       (alist-cons-after
>>
>> Please use ‘modify-phases’ instead of the ‘alist-*’ stuff.
>
> OK, noted. I think I searched through other packages to come up with this.
>
> address@hidden ~/src/guix [env]$ grep "#:phases (alist-cons-after" 
> gnu/packages/*.scm | wc -l
> 53

That’s the way we did things before the nice ‘modify-phases’ macro was
written.  One problem with the ‘alist-*’ stuff is that adding or
removing phases affects the indentation of all following phases, which
makes the output of ‘git diff’ less useful.

~~ Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]