nixpkgs/pkgs/development/interpreters/python/cpython/3.4
Josef Kemetmueller b7819e38c4 python3.x: Patch extra stack size on darwin
Compiling python with "-Wl,-stack_size,1000000" causes problems when
compiling for example pygobject3. pygobject3 uses "python3.x-config
--ldflags" during installation and then fails when
"-Wl,-stack_size,1000000" is present. Maybe we should investigate
removing this during the build of pyobject3, but this stack_size flag is
also not used on the popular darwin homebrew-core channel for python3.5,
so it seems safe to remove it.
2016-09-04 10:14:51 +02:00
..
default.nix python3.x: Patch extra stack size on darwin 2016-09-04 10:14:51 +02:00
setup-hook.sh Python: move interpreters 2016-07-28 17:10:15 +02:00