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