3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #8919 from samuelrivas/fix-rainbowstream-for-pypy

Add sitePackages to pypy's passthru
This commit is contained in:
Charles Strahan 2015-07-21 08:19:09 -05:00
commit 342a815e66

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