Add sitePackages to pypy's passthru

This commit is contained in:
Samuel Rivas 2015-07-21 14:03:29 +02:00
parent fdbd928fce
commit b454ff7cbb

View File

@ -114,6 +114,7 @@ let
isPypy = true;
buildEnv = callPackage ../python/wrapper.nix { python = self; };
interpreter = "${self}/bin/${executable}";
sitePackages = "lib/${libPrefix}/site-packages";
};
enableParallelBuilding = true; # almost no parallelization without STM