mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 02:46:28 +00:00
Add sitePackages to pypy's passthru
This commit is contained in:
parent
fdbd928fce
commit
b454ff7cbb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue