1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
Peter Simons 90dd9d14bf python-2.6: fixed build on Darwin
* Dropped "nolongdouble.patch". The patch no longer applies to Python 2.6, and
   apparently isn't required anymore either.

 * Added access to native Darwin arch utility. Python tries to run 'arch' in
   the configure stage, but that binary reside in /usr/bin. To make it
   available to the expression, the small wrapper darwinArchUtility is added as
   a buildInput if appropriate.

 * Don't pass --enable-shared. The build fails if we try to enable building of
   shared libraries, apparently because some required libraries aren't linked,
   i.e. the linker call isn't right.

TODO:

 * Figure out how to enable shared linking.

 * The resulting binary on Darwin seem to lack the binascii module.

svn path=/nixpkgs/trunk/; revision=17894
2009-10-20 12:13:49 +00:00
..
applications svn path=/nixpkgs/trunk/; revision=17892 2009-10-20 10:33:38 +00:00
build-support
configs/etc
data
desktops
development python-2.6: fixed build on Darwin 2009-10-20 12:13:49 +00:00
games
lib
misc
os-specific python-2.6: fixed build on Darwin 2009-10-20 12:13:49 +00:00
servers
shells
stdenv
test
tools
top-level python-2.6: fixed build on Darwin 2009-10-20 12:13:49 +00:00