about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2017-12-22 23:13:26 +0300
committergnidorah <gnidorah@users.noreply.github.com>2017-12-24 12:54:20 +0300
commit941e36f246b214136d7c203e28fb646b3d4c7611 (patch)
treece4a7f993adf627c2a3b2ed747fa2a66b107169e /pkgs/applications/kde
parenta371d20024d5957d3e70c3bce94253404834a565 (diff)
kdeApplications.akonadiconsole: fix build
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/akonadiconsole.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/akonadiconsole.nix b/pkgs/applications/kde/akonadiconsole.nix
index 3d7bf26c794e3..1470406d5a43e 100644
--- a/pkgs/applications/kde/akonadiconsole.nix
+++ b/pkgs/applications/kde/akonadiconsole.nix
@@ -3,7 +3,7 @@
   extra-cmake-modules, kdoctools,
   akonadi, akonadi-contacts, calendarsupport, kcalcore, kcompletion,
   kconfigwidgets, kcontacts, kdbusaddons, kitemmodels, kpimtextedit, libkdepim,
-  ktextwidgets, kxmlgui, messagelib, qtbase,
+  ktextwidgets, kxmlgui, messagelib, qtbase, akonadi-search, xapian
 }:
 
 mkDerivation {
@@ -16,6 +16,6 @@ mkDerivation {
   buildInputs = [
     akonadi akonadi-contacts calendarsupport kcalcore kcompletion kconfigwidgets
     kcontacts kdbusaddons kitemmodels kpimtextedit ktextwidgets kxmlgui
-    messagelib qtbase libkdepim
+    messagelib qtbase libkdepim akonadi-search xapian
   ];
 }