nixpkgs-suyu/pkgs/development/interpreters/python/2.7
aszlig 55e66db0fa
python2: Don't fail silently on module build.
A build output of such a failure can be found here:

http://hydra.nixos.org/build/21994789/nixlog/1/raw

The build_ext command doesn't return non-zero if it fails but instead
produces a file with a "_failed.so" suffix, which we're now checking
after the build_ext command.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
..
default.nix python2: Don't fail silently on module build. 2015-05-12 18:06:33 +02:00
deterministic-build.patch Python: add DETERMINISTIC_BUILD env var. If set, python doesn't write timestamps to pyc files. Tested by 2013-06-22 09:45:01 +03:00
nix-store-mtime.patch * `patch' on FreeBSD doesn't like paths with // in them. 2011-04-04 15:48:58 +00:00
search-path.patch
setup-hook.sh Cleanup: Use += to append to envHooks 2014-08-09 12:47:05 +02:00