nixpkgs/pkgs/development/interpreters/python
Ben Wolsieffer 02719f21e6
cpython: fix _PYTHON_SYSCONFIGDATA_NAME on armv7l with musl (#240770)
Python always uses "gnu" prefixed ABI names, and this patch handles this by
doing a musl->gnu string replacement.

With pkgsCross.armv7l-hf-multiplatform.pkgsStatic, the previous name was:
_sysconfigdata__linux_arm-linux-gnu
Now, the corrected name is:
_sysconfigdata__linux_arm-linux-gnueabihf
2023-08-09 07:16:58 +02:00
..
catch_conflicts
conda
cpython cpython: fix _PYTHON_SYSCONFIGDATA_NAME on armv7l with musl (#240770) 2023-08-09 07:16:58 +02:00
hooks python3.pkgs.pypaBuildHook: init 2023-07-28 12:13:25 +02:00
manylinux
pypy
rustpython
tests
update-python-libraries
default.nix
mk-python-derivation.nix
passthrufun.nix Revert "lib.customisation: uncurry makeScopeWithSplicing" 2023-07-28 23:04:09 +02:00
python-packages-base.nix
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix
with-packages.nix
wrap-python.nix
wrap.sh
wrapper.nix