mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
mailman: make mailmanPackages.extend
actually work in overlays
This commit is contained in:
parent
dd4b6b81fa
commit
6c7fbcd21e
@ -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 New Issue
Block a user