1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/development/interpreters/python
Tuomas Tynkkynen a0a8f0ac87 python2: Use system libffi on Aarch64
libffi needs a patch to actually work on aarch64 (or the cffi Python package
fails its testsuite). Of course the bundled version of libffi has the
same bug, so don't use the buggy version on aarch64.

Python3 already uses the system libffi on all platforms. I don't know
why Python2 doesn't.
2017-09-16 01:16:08 +03:00
..
catch_conflicts python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
cpython python2: Use system libffi on Aarch64 2017-09-16 01:16:08 +03:00
pypy/2.7 pypy: use pycparser from passed python 2017-08-03 22:20:49 +02:00
build-python-package-common.nix
build-python-package-flit.nix
build-python-package-setuptools.nix
build-python-package-wheel.nix
build-python-package.nix
mk-python-derivation.nix Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428" 2017-09-08 08:55:05 +02:00
run_setup.py
setup-hook.nix Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
setup-hook.sh Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
with-packages.nix
wrap-python.nix
wrap.sh Python: disable user site-packages for programs and environments. 2017-07-31 13:16:29 +02:00
wrapper.nix python.buildEnv: only wrap executables 2017-08-09 15:07:03 +02:00