aboutsummaryrefslogtreecommitdiff
path: root/overlays/bugwarrior/default.nix
blob: 2b25985efa03fec2c88f3be92bf782fd84e62ce6 (plain) (blame)
1
2
3
4
5
self: super: {
  bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec {
    patches = old.patches or [] ++ [ ./mantisbt.patch ];
  });
}