##// END OF EJS Templates
nix: Add PATH of vcsserver derivation to wrapping of other executables....
Martin Bornhold -
r87:ea99aabb default
parent child Browse files
Show More
@@ -133,6 +133,7 b' let'
133 133
134 134 for file in $out/bin/*; do
135 135 wrapProgram $file \
136 --prefix PATH : $PATH \
136 137 --prefix PYTHONPATH : $PYTHONPATH \
137 138 --set PYTHONHASHSEED random
138 139 done
General Comments 0
You need to be logged in to leave comments. Login now