Ian Eure <i...@retrospec.tv> writes:

Feels kind of goofy to have a shell script that wraps another shell
script IMO, but this will be the easiest to make work.

For clarification: WRAP-SCRIPT patches the script itself and turns it into a Guile script that then hands over execution to the target interpreter after setting variables; it does not add another file.

Another option is to add a build phase that uses `substitute*' to
replace the program names with their absolute store paths.

This is possible but I always found it somewhat brittle. It's easy to miss some calls, it's hard to verify that all tool references have been caught, and it's prone to breaking after upgrades.

--
Ricardo

Reply via email to