python3Packages.recursivePthLoader: fix cross compilation

This commit is contained in:
Nick Cao
2022-08-08 15:29:03 +08:00
parent 6234dd887a
commit c1b8900cb9
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
patchPhase = "cat ${./sitecustomize.py} > sitecustomize.py";
buildPhase = "${python}/bin/${python.executable} -m compileall .";
buildPhase = "${python.pythonForBuild}/bin/${python.pythonForBuild.executable} -m compileall .";
installPhase =
''