Revert "python: skip build at install phase"

This reverts commit d34f5b657051e268e41084e9751996d16f7f0a1a.

PIL and NumPy don't like this change and I'd rather spend time on
bringing wheels to Nix than fixing old infrastructure.
This commit is contained in:
Domen Kožar 2015-11-15 13:49:24 +01:00
parent 5a16c0e6e4
commit b666ac3e9f

View File

@ -118,7 +118,6 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
${python}/bin/${python.executable} setup.py install \
--install-lib=$out/lib/${python.libPrefix}/site-packages \
--old-and-unmanageable \
--skip-build \
--prefix="$out" ${lib.concatStringsSep " " setupPyInstallFlags}
# --install-lib: