1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

imapnotify: inherit inside all-packages

This commit is contained in:
Leo Colisson 2018-06-22 21:24:31 +02:00
parent 94bfc2cdc3
commit 4509fdba3f

View file

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