mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #185635 from NickCao/python-pth
This commit is contained in:
commit
b6e4fd1a2b
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patchPhase = "cat ${./sitecustomize.py} > sitecustomize.py";
|
patchPhase = "cat ${./sitecustomize.py} > sitecustomize.py";
|
||||||
|
|
||||||
buildPhase = "${python}/bin/${python.executable} -m compileall .";
|
buildPhase = "${python.pythonForBuild}/bin/${python.pythonForBuild.executable} -m compileall .";
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user