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

File diff suppressed because it is too large Load diff

View file

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