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