nixpkgs/pkgs/development/interpreters/python
Thiago Kenji Okada 47f904bad1 python27: use ffi/expat as system libraries
Without `--with-system-{ffi,expat}` flags, Python will use its own
embedded libraries that are out-of-date. Thanks to it, they can be a
security issue. So let's use our own libraries instead.

This is already what Python 3.x does, so should be safe.
2022-12-18 12:32:51 +00:00
..
catch_conflicts
conda
cpython python27: use ffi/expat as system libraries 2022-12-18 12:32:51 +00:00
hooks Merge pull request #195055 from Mic92/buildPythonPackage 2022-11-06 20:37:18 +01:00
manylinux manylinux: use libxcrypt for libcrypt.so.1 2022-12-01 14:09:42 +01:00
pypy pypy2, pypy3: drop unused xlibsWrapper 2022-12-02 18:18:05 +00:00
rustpython Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
tests
update-python-libraries update-python-libraries: enable nix command 2022-10-12 11:38:55 +00:00
default.nix Merge branch 'staging-next' into staging 2022-12-09 10:27:46 +01:00
fetchpypi.nix
mk-python-derivation.nix pythonPackages.buildPython*: also output dist when using wheel 2022-10-04 15:34:46 +02:00
python-packages-base.nix cpython: drop leftover 3.5/3.6 logic and patches 2022-11-29 01:34:59 +01:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix
with-packages.nix
wrap-python.nix pythonPackages: ensure all derivations provide python modules 2022-10-27 10:03:16 +02:00
wrap.sh
wrapper.nix