Loading
zls: fix build by moving dep linking to postConfigure
Commit e20232ea moved ZIG_GLOBAL_CACHE_DIR setup from an addEnvHooks call (which ran before all phases) into zigConfigurePhase. This broke zls because $ZIG_GLOBAL_CACHE_DIR was unset during postPatch, causing `ln -s ... /p` (Permission denied). Move the symlink creation to postConfigure where the variable is now available.