summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-12-26 06:42:21 +0000
committerGitHub <noreply@github.com>2019-12-26 06:42:21 +0000
commite7ece2f6de3743fa8796b1b09fbf2ce80a8048f8 (patch)
treec3d586036eebe51f466b55e88c5157ea07a4bf18 /pkgs
parentb551230b9b47a5984f6a31ef1389589653cc600b (diff)
parentebc8dd06524892900eedb5f7f32fadd66d7962f3 (diff)
downloadnixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar.gz
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar.bz2
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar.lz
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar.xz
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.tar.zst
nixpkgs-e7ece2f6de3743fa8796b1b09fbf2ce80a8048f8.zip
Merge pull request #76523 from alyssais/kontact
kontact: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/kde/kontact.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kontact.nix b/pkgs/applications/kde/kontact.nix
index bb44762e65c..978baa925e5 100644
--- a/pkgs/applications/kde/kontact.nix
+++ b/pkgs/applications/kde/kontact.nix
@@ -2,7 +2,7 @@
   mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, kdoctools,
   qtwebengine,
-  kcmutils, kcrash, kdbusaddons, kwindowsystem,
+  kcmutils, kcrash, kdbusaddons, kparts, kwindowsystem,
   akonadi, grantleetheme, kdepim-apps-libs, kontactinterface, kpimtextedit,
   mailcommon, libkdepim
 }:
@@ -16,7 +16,7 @@ mkDerivation {
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
     qtwebengine
-    kcmutils kcrash kdbusaddons kwindowsystem
+    kcmutils kcrash kdbusaddons kparts kwindowsystem
     akonadi grantleetheme kdepim-apps-libs kontactinterface kpimtextedit
     mailcommon libkdepim
   ];