pypy.withPackages: fix path
This commit is contained in:
parent
c68e823029
commit
f44e70a68b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ let
|
|||
buildEnv = callPackage ../python/wrapper.nix { python = self; };
|
||||
interpreter = "${self}/bin/${executable}";
|
||||
sitePackages = "site-packages";
|
||||
withPackages = import ../with-packages.nix { inherit buildEnv; pythonPackages = pypyPackages; };
|
||||
withPackages = import ../python/with-packages.nix { inherit buildEnv; pythonPackages = pypyPackages; };
|
||||
};
|
||||
|
||||
enableParallelBuilding = true; # almost no parallelization without STM
|
||||
|
|
Loading…
Reference in a new issue