nixpkgs/pkgs/stdenv/generic
Bjørn Forsman 7bf209db50 patchShebangs: rewrite ".../bin/env python" to /nix/store/.../python
Currently "/usr/bin/env python" is rewritten to "/nix/store/.../env
python". That doesn't really improve anything because the interpreter
still have to be located in $PATH at runtime. The result is that many
nix package expressions do .../bin/env fixup themselves.

Instead of everyone having to do this patching locally, add the
functionality to the standard environment patchShebangs function so that
everyone can benefit.
2013-12-02 13:02:42 +01:00
..
builder.sh
default-builder.sh
default.nix Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-10-26 18:28:05 +02:00
setup-repeatable.sh
setup.sh patchShebangs: rewrite ".../bin/env python" to /nix/store/.../python 2013-12-02 13:02:42 +01:00