X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=overlays%2Fbugwarrior%2Fdefault.nix;fp=overlays%2Fbugwarrior%2Fdefault.nix;h=2b25985efa03fec2c88f3be92bf782fd84e62ce6;hb=9970dfe647ff13341d32899bd5d283f119651a48;hp=0000000000000000000000000000000000000000;hpb=982dc1fabf71cc91ef4409848dd1952c7e6f479f;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/overlays/bugwarrior/default.nix b/overlays/bugwarrior/default.nix new file mode 100644 index 0000000..2b25985 --- /dev/null +++ b/overlays/bugwarrior/default.nix @@ -0,0 +1,5 @@ +self: super: { + bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec { + patches = old.patches or [] ++ [ ./mantisbt.patch ]; + }); +}