3
0
Fork 0
forked from mirrors/nixpkgs

Revert "python: skip build at install phase"

This reverts commit d34f5b6570.

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: