guix-devel
[Top][All Lists]
Advanced

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

Re: Calling functions in `make-flags'


From: Sree Harsha Totakura
Subject: Re: Calling functions in `make-flags'
Date: Sat, 22 Feb 2014 10:07:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On 02/22/2014 08:34 AM, Mark H Weaver wrote:
> Try this instead:
> 
>   (arguments
>    '(#:make-flags (list (string-append "SH=" (which "sh")))
>      ...))
> 

That did not work, but the following did:

> If that doesn't work, then try this:
> 
>   (arguments
>    '(#:make-flags (list (string-append "SH="
>                                        (assoc-ref %build-inputs "bash")
>                                        "/bin/sh"))
>      ...))

Can you explain why my earlier code did not work?

Sree



reply via email to

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