about summary refs log tree commit diff
path: root/overlays/patches/python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/python/default.nix')
-rw-r--r--overlays/patches/python/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/overlays/patches/python/default.nix b/overlays/patches/python/default.nix
index 61c9ed83d089..7018ccb8f01d 100644
--- a/overlays/patches/python/default.nix
+++ b/overlays/patches/python/default.nix
@@ -12,10 +12,6 @@ python.override ((removeAttrs args [ "lib" "python" ]) // {
         hyperkitty = callPackage ./packages/hyperkitty {
           inherit (super) hyperkitty;
         };
-
-        mailman-web = callPackage ./packages/mailman-web {
-          inherit (super) mailman-web;
-        };
       })
       packageOverrides
     ];