guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add tinyproxy.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add tinyproxy.
Date: Thu, 12 Jun 2014 15:30:38 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

John Darrington <address@hidden> skribis:

> On Thu, Jun 12, 2014 at 01:59:02PM +0200, Ludovic Court??s wrote:
>      Hello!
>      
>      
>      Lastly, prefer adding a phase before ???build??? rather than replacing
>      ???build??? just to call it afterwards.
>      
>      So, like this:
>      
>        (alist-cons-before
>         'build 'pre-build
>          (lambda ...
>            ...
>            (with-output-to-file our-catalog
>              (lambda ()
>                ...))
>            #t)
>          %standard-phases)
>
> I'm not sure if this will work.  I need to set an environment variable, and 
> presumably 'build and 'pre-build
> run in separate environments?

No, they run in the same environments, so it essentially has the same
semantics as the original version.

Ludo’.



reply via email to

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