natsukium 2025-06-04 03:48:12 +09:00 committed by github-actions[bot]
parent bf796eab54
commit 04aba3c8d1
2 changed files with 2058 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -328,6 +328,9 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals (pythonAtLeast "3.13") [
./3.13/virtualenv-permissions.patch
]
++ optionals (pythonAtLeast "3.14") [
./3.14/CVE-2025-4517.patch
]
++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch