Files
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
..
2023-07-28 12:13:25 +02:00
2023-04-09 11:06:49 +02:00
2023-07-12 15:38:34 +02:00