mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
PIL: use python executable names
This commit is contained in:
parent
99e300c4f8
commit
f1a1c89f50
@ -21,8 +21,8 @@ buildPythonPackage {
|
|||||||
s|^ZLIB_ROOT =.*$|ZLIB_ROOT = libinclude("${zlib}")|g ;'
|
s|^ZLIB_ROOT =.*$|ZLIB_ROOT = libinclude("${zlib}")|g ;'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = "python selftest.py";
|
checkPhase = "${python}/bin/${python.executable} selftest.py";
|
||||||
buildPhase = "python setup.py build_ext -i";
|
buildPhase = "${python}/bin/${python.executable} setup.py build_ext -i";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd "$out"/lib/python*/site-packages
|
cd "$out"/lib/python*/site-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user