Merge pull request #185635 from NickCao/python-pth

This commit is contained in:
Artturi 2022-08-10 02:53:56 +03:00 committed by GitHub
commit b6e4fd1a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =
''