natsukium
2025-06-04 03:48:12 +09:00
parent e8bb3205d7
commit 94552b6dbd
2 changed files with 2058 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -340,6 +340,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