nixpkgs/pkgs/development/interpreters/python
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
..
2.6 python2: Don't fail silently on module build. 2015-05-12 18:06:33 +02:00
2.7 python2: Don't fail silently on module build. 2015-05-12 18:06:33 +02:00
3.2 Enable old pythons' wide builds 2015-05-06 07:50:52 +01:00
3.3 Explicitly specify the pythonVersion and use that together with versionOlder/versionAtLeast to specify bounds 2015-01-24 10:38:54 +00:00
3.4 python: 3.4.2 -> 3.4.3 2015-02-25 15:21:14 +01:00
docs
wrapper.nix python27FullBuildEnv -> python.buildEnv for all interpreters 2014-10-19 19:48:18 +02:00