Hi Ricardo, Konrad,
Ricardo Wurmus <rek...@elephly.net> writes:
Hi Konrad,
Is there any support for modifying or wrapping the script such
that
it
has access to its tools in some other way?
The script can be wrapped so that PATH is augmented. In a build
phase
you would collect all the tools you'll need and use wrap-script
to
augment PATH before the actual script is run.
Feels kind of goofy to have a shell script that wraps another
shell script IMO, but this will be the easiest to make work.
Another option is to add a build phase that uses `substitute*' to
replace the program names with their absolute store paths.
-- Ian