mailman: make mailmanPackages.extend actually work in overlays

This commit is contained in:
Maximilian Bosch 2022-07-04 16:45:54 +02:00
parent dd4b6b81fa
commit 6c7fbcd21e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

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 { };