From b662f3b6a711aecd3ef0fd99c1e879123aa7ebf1 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 27 Nov 2023 16:16:58 +0300 Subject: [PATCH] kontact: add all the plugins to the wrapper --- pkgs/applications/kde/kontact.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/kde/kontact.nix b/pkgs/applications/kde/kontact.nix index b8ccd9415efb..2218e19c231a 100644 --- a/pkgs/applications/kde/kontact.nix +++ b/pkgs/applications/kde/kontact.nix @@ -4,7 +4,8 @@ qtwebengine, kcmutils, kcrash, kdbusaddons, kparts, kwindowsystem, akonadi, grantleetheme, kontactinterface, kpimtextedit, - mailcommon, libkdepim, pimcommon + mailcommon, libkdepim, pimcommon, + akregator, kaddressbook, kmail, knotes, korganizer, zanshin }: mkDerivation { @@ -21,5 +22,6 @@ mkDerivation { kcmutils kcrash kdbusaddons kparts kwindowsystem akonadi grantleetheme kontactinterface kpimtextedit mailcommon libkdepim pimcommon + akregator kaddressbook kmail knotes korganizer zanshin ]; }