help-guix
[Top][All Lists]
Advanced

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

Re: Debugging cross-compilation dependencies


From: Ludovic Courtès
Subject: Re: Debugging cross-compilation dependencies
Date: Tue, 09 Aug 2022 22:16:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello!

"Philip McGrath" <philip@philipmcgrath.com> skribis:

> Much to my surprise, I discovered I can avoid the problem by changing code 
> for #:make-flags like this:
>
> ```
> #~(string-append "ZUO="
>                                   #$(this-package-native-input "zuo")
>                                   "/bin/zuo"))
> ```

You should prolly use ‘ungexp-native’ (aka. #+) instead of ‘ungexp’ (#$).

  #~(string-append … #+(this-package-native-input "zuo") …)

HTH!

Ludo’.



reply via email to

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