nixpkgs/pkgs/development/interpreters/python
aszlig a7028d3d07
python2: Pass configureFlags to modules as well.
Fixes regression from 086e801d51.

The switch tu UCS-4 only happened for the main Python interpreter and
libraries, but the extension modules were using the same source but
without any configureFlags, so the extensions still referred to UCS-2
symbols.

Tested module builds of Python 2.7 and all modules except crypto fail.
Also tested against sqlite3 module of Python 2.6, although for other
modules there still seems to be an unrelated build failure with Tcl/Tk
libraries, so we might need to fix that later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
..
2.6 python2: Pass configureFlags to modules as well. 2015-05-12 18:06:33 +02:00
2.7 python2: Pass configureFlags to modules as well. 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 pythonDocs: recurseIntoAttrs does not recurse, bypass problem 2013-03-13 13:16:03 +01:00
wrapper.nix python27FullBuildEnv -> python.buildEnv for all interpreters 2014-10-19 19:48:18 +02:00