From 9970dfe647ff13341d32899bd5d283f119651a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Oct 2020 10:40:25 +0200 Subject: Add bugwarrior --- overlays/bugwarrior/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 overlays/bugwarrior/default.nix (limited to 'overlays/bugwarrior/default.nix') 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 ]; + }); +} -- cgit v1.2.3