nixpkgs/pkgs/development/interpreters/python/cpython
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
..
2.7
3.7
3.8
3.9
3.10
3.11
3.12
docs
default.nix cpython: fix _PYTHON_SYSCONFIGDATA_NAME on armv7l with musl (#240770) 2023-08-09 07:16:58 +02:00
loongarch-support.patch
mimetypes.patch
virtualenv-permissions.patch