about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-01 16:02:19 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-11 12:15:05 -0500
commitb09a4af33687fa9c7dea2eb610fe811228dcaa8c (patch)
tree9297edf1fdf9207a9d5418b01d3796e2bde456a2 /pkgs/applications/kde
parent47cb1121c86850a78d3622b2586ec6c424953576 (diff)
kmail: add qtkeychain to buildInputs
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kmail.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kmail.nix b/pkgs/applications/kde/kmail.nix
index e742f566678fe..665d8f7b92ff4 100644
--- a/pkgs/applications/kde/kmail.nix
+++ b/pkgs/applications/kde/kmail.nix
@@ -7,7 +7,8 @@
   kmail-account-wizard, kmailtransport, knotifications, knotifyconfig,
   kontactinterface, kparts, kpty, kservice, ktextwidgets, ktnef, kwallet,
   kwidgetsaddons, kwindowsystem, kxmlgui, libgravatar, libksieve, mailcommon,
-  messagelib, pim-sieve-editor, qtscript, qtwebengine, akonadi, kdepim-addons
+  messagelib, pim-sieve-editor, qtscript, qtwebengine, akonadi, kdepim-addons,
+  qtkeychain, libsecret
 }:
 
 mkDerivation {
@@ -24,7 +25,7 @@ mkDerivation {
     knotifications knotifyconfig kontactinterface kparts kpty kservice
     ktextwidgets ktnef kwidgetsaddons kwindowsystem kxmlgui libgravatar
     libksieve mailcommon messagelib pim-sieve-editor qtscript qtwebengine
-    kdepim-addons
+    kdepim-addons qtkeychain libsecret
   ];
   propagatedUserEnvPkgs = [ kdepim-runtime kwallet akonadi ];
 }