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 Revert "Merge pull request #229 from viric/niximpure2-stdenv-updates" 2012-12-28 15:46:45 +01:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-10-26 18:28:05 +02:00
setup-repeatable.sh Kindly ask strip to not mess up timestamps in static libraries 2013-06-25 11:15:45 +03:00
setup.sh patchShebangs: rewrite ".../bin/env python" to /nix/store/.../python 2013-12-02 13:02:42 +01:00