mailman: make mailmanPackages.extend actually work in overlays

This commit is contained in:
Maximilian Bosch
2022-07-04 21:15:56 +02:00
parent dd4b6b81fa
commit 6c7fbcd21e
+2 -2
View File
@@ -1,9 +1,9 @@
{ newScope, lib, python3 }:
let
callPackage = newScope self;
self = lib.makeExtensible (self: let inherit (self) callPackage; in {
callPackage = newScope self;
self = lib.makeExtensible (self: {
python3 = callPackage ./python.nix { inherit python3; };
hyperkitty = callPackage ./hyperkitty.nix { };