mailman: make mailmanPackages.extend
actually work in overlays
This commit is contained in:
parent
dd4b6b81fa
commit
6c7fbcd21e
1 changed files with 2 additions and 2 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue