nixpkgs/pkgs/stdenv
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
..
generic patchShebangs: rewrite ".../bin/env python" to /nix/store/.../python 2013-12-02 13:02:42 +01:00
linux Merge master into stdenv-updates 2013-07-08 10:48:05 +02:00
mingw stdenv/setup.sh: Always run postPatch hook. 2013-02-27 15:26:18 +01:00
native Add SmartOS native GCC path. 2013-02-28 20:04:04 +01:00
nix GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS! 2013-02-28 20:04:02 +01:00
adapters.nix More renames 2012-12-28 19:42:10 +01:00
common-path.nix * Don't use the "replace-literal" command in stdenv; instead use 2012-01-19 13:47:26 +00:00
default.nix Attempt at getting GCC 4.7 compiled on Illumos... 2013-02-28 20:04:01 +01:00