guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add Faust and Guitarix.


From: Mark H Weaver
Subject: Re: [PATCH] Add Faust and Guitarix.
Date: Mon, 15 Jun 2015 16:29:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> writes:

> Ricardo Wurmus (2015-06-14 19:32 +0300) wrote:
>
> [...]
>> +    (build-system gnu-build-system)
>> +    (arguments
>> +     `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs 
>> "out")))
>
> I think it is clearer to use just '%output':
>
>         `(#:make-flags (list (string-append "prefix=" %output)))

I've been wondering about this as well.  It seems that Ludovic often
(usually?) writes (assoc-ref %outputs "out"), and I wonder why.  One
possible reason is that it makes it obvious how to get the filename of
other outputs.

Ludovic, what are your thoughts on this?

    Thanks,
      Mark



reply via email to

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