tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.recursivePthLoader: fix cross compilation
Nick Cao
3 years ago
c1b8900c
6234dd88
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
recursive-pth-loader
default.nix
+1
-1
pkgs/development/python-modules/recursive-pth-loader/default.nix
···
10
10
11
11
patchPhase = "cat ${./sitecustomize.py} > sitecustomize.py";
12
12
13
13
-
buildPhase = "${python}/bin/${python.executable} -m compileall .";
13
13
+
buildPhase = "${python.pythonForBuild}/bin/${python.pythonForBuild.executable} -m compileall .";
14
14
15
15
installPhase =
16
16
''