···304304 # Make sure that the virtualenv activation scripts are
305305 # owner-writable, so venvs can be recreated without permission
306306 # errors.
307307+ ] ++ optionals (pythonOlder "3.13") [
307308 ./virtualenv-permissions.patch
309309+ ] ++ optionals (pythonAtLeast "3.13") [
310310+ ./3.13/virtualenv-permissions.patch
308311 ] ++ optionals mimetypesSupport [
309312 # Make the mimetypes module refer to the right file
310313 ./mimetypes.patch