self: super: { bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec { patches = old.patches or [] ++ [ ./mantisbt.patch ]; }); }