pypy.withPackages: fix path
This commit is contained in:
parent
c68e823029
commit
f44e70a68b
|
@ -109,7 +109,7 @@ let
|
||||||
buildEnv = callPackage ../python/wrapper.nix { python = self; };
|
buildEnv = callPackage ../python/wrapper.nix { python = self; };
|
||||||
interpreter = "${self}/bin/${executable}";
|
interpreter = "${self}/bin/${executable}";
|
||||||
sitePackages = "site-packages";
|
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
|
enableParallelBuilding = true; # almost no parallelization without STM
|
||||||
|
|
Loading…
Reference in New Issue