Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
@@ -349,6 +349,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
|
||||
|
||||
Reference in New Issue
Block a user