fix pypy and pypyPackages

This commit is contained in:
Domen Kozar
2014-03-07 14:33:59 +01:00
parent 8477605a51
commit fedd018d93
4 changed files with 7 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ 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;