1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00
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 Merge pull request #196802 from jneem/manylinux 2023-07-02 23:23:55 +02:00
pypy
rustpython
tests
update-python-libraries
default.nix python312: 3.12.0b3 -> 3.12.0b4 2023-07-12 15:38:34 +02:00
mk-python-derivation.nix treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
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 treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00