diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6ea10e35b8d..866e1cfbd4a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16559,7 +16559,7 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) ApplicationServices; }); - imapnotify = nodePackages.imapnotify; + inherit (nodePackages) imapnotify; # Impressive, formerly known as "KeyJNote". impressive = callPackage ../applications/office/impressive { };