On 5/4/19 8:48 PM, [email protected] wrote:
> This two equivalents work:
>
> (shell (file-append dash "/bin/dash")) -- this is advanced guix variant with 
> new file-append function, this variant does not need (use-modules (guix gexp))
>
> (shell #~(string-append #$dash "/bin/dash"))  -- this is guile function 
> string-append and gexp, ungexp functions, this variant does not need 
> (use-modules (guix gexp)) too.
Great!  I'm glad that helped!

Reply via email to