lol

python3Packages.recursivePthLoader: fix cross compilation

Nick Cao c1b8900c 6234dd88

+1 -1
+1 -1
pkgs/development/python-modules/recursive-pth-loader/default.nix
··· 10 10 11 11 patchPhase = "cat ${./sitecustomize.py} > sitecustomize.py"; 12 12 13 - buildPhase = "${python}/bin/${python.executable} -m compileall ."; 13 + buildPhase = "${python.pythonForBuild}/bin/${python.pythonForBuild.executable} -m compileall ."; 14 14 15 15 installPhase = 16 16 ''