nixpkgs/pkgs/development/interpreters/python
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
..
cpython python3.x: Patch extra stack size on darwin 2016-09-04 10:14:51 +02:00
pypy/2.7 pypy27: 5.3.1 -> 5.4.0 2016-09-03 11:42:55 +02:00
build-python-package.nix Python: separate buildPythonPackage into two functions 2016-09-01 16:16:31 +02:00
catch_conflicts.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
mk-python-derivation.nix Python: fix mkPythonDerivation doCheck 2016-09-01 17:11:32 +02:00
run_setup.py Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
with-packages.nix python: add python.withPackages function 2016-05-29 15:12:23 +02:00
wrap-python.nix Python: move wrapPython into own file 2016-09-01 16:16:31 +02:00
wrap.sh Python: move python-modules/generic to interpreter folder 2016-09-01 16:16:31 +02:00
wrapper.nix python: apply wrapper to all packages in python.buildEnv extraLibs 2015-11-30 10:52:57 +01:00