python wrap.sh: wrap pypy and python shebangs

This commit is contained in:
Domen Kozar
2014-03-07 16:50:40 +01:00
parent 1dd36bc23f
commit 649e7d6fdb
2 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ pythonPackages = modules // import ./python-packages-generated.nix {
wrapPython = pkgs.makeSetupHook
{ deps = pkgs.makeWrapper;
substitutions.libPrefix = python.libPrefix;
substitutions.executable_name = python.executable;
substitutions.executable = "${python}/bin/${python.executable}";
}
../development/python-modules/generic/wrap.sh;