Hello! "Philip McGrath" <[email protected]> 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’.
