about summary refs log tree commit diff
path: root/pkgs/applications/kde/pim-data-exporter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/pim-data-exporter.nix')
-rw-r--r--pkgs/applications/kde/pim-data-exporter.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/kde/pim-data-exporter.nix b/pkgs/applications/kde/pim-data-exporter.nix
index c1a2270641bda..1bc54cac3e143 100644
--- a/pkgs/applications/kde/pim-data-exporter.nix
+++ b/pkgs/applications/kde/pim-data-exporter.nix
@@ -3,7 +3,9 @@
   extra-cmake-modules, kdoctools,
   akonadi, akonadi-notes, kcalendarcore, kcmutils, kcrash, kdbusaddons,
   kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
-  knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
+  knotifyconfig, kparts, kross, ktexteditor,
+  kuserfeedback,
+  kwallet, libkdepim, libkleo,
   pimcommon, qttools, karchive, mailcommon, messagelib
 }:
 
@@ -19,7 +21,9 @@ mkDerivation {
   buildInputs = [
     akonadi akonadi-notes kcalendarcore kcmutils kcrash kdbusaddons
     kidentitymanagement kldap kmailtransport knewstuff knotifications
-    knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
+    knotifyconfig kparts kross ktexteditor
+    kuserfeedback
+    kwallet libkdepim libkleo pimcommon
     qttools karchive mailcommon messagelib
   ];
 }