From b666ac3e9ff3f08b120d068770768be580e67f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 15 Nov 2015 13:49:24 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/generic/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix index c9c03c52cb9..4827f374585 100644 --- a/pkgs/development/python-modules/generic/default.nix +++ b/pkgs/development/python-modules/generic/default.nix @@ -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: