about summary refs log tree commit diff
path: root/overlays/patches/python/packages/hyperkitty/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/python/packages/hyperkitty/default.nix')
-rw-r--r--overlays/patches/python/packages/hyperkitty/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlays/patches/python/packages/hyperkitty/default.nix b/overlays/patches/python/packages/hyperkitty/default.nix
new file mode 100644
index 000000000000..e8a4315e2be4
--- /dev/null
+++ b/overlays/patches/python/packages/hyperkitty/default.nix
@@ -0,0 +1,7 @@
+{ hyperkitty, fetchpatch }:
+
+hyperkitty.overridePythonAttrs ({ patches ? [], ... }: {
+  patches = patches ++ [
+    ./0001-Improve-look-of-fixed-width-messages.patch
+  ];
+})