summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-11 15:29:41 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-12 05:42:54 -0500
commite886937de6e6a5b9945f0519b10b92ede4e15b70 (patch)
tree1daf5fafb3b73c156a9557f93becb3297ca4e878 /pkgs/applications/kde
parentcb463da39fea250c904d4261a1abbb6ab2a07768 (diff)
downloadnixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar.gz
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar.bz2
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar.lz
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar.xz
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.tar.zst
nixpkgs-e886937de6e6a5b9945f0519b10b92ede4e15b70.zip
kcalutils: remove kdelibs4support dependency
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kcalutils.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kcalutils.nix b/pkgs/applications/kde/kcalutils.nix
index 1fce68e7f46..21e84dff05f 100644
--- a/pkgs/applications/kde/kcalutils.nix
+++ b/pkgs/applications/kde/kcalutils.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, kdoctools,
-  grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons, kdelibs4support,
+  grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons,
   kidentitymanagement, kpimtextedit,
 }:
 
@@ -13,7 +13,7 @@ mkDerivation {
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
-    grantlee kcalendarcore kconfig kontactinterface kcoreaddons kdelibs4support
+    grantlee kcalendarcore kconfig kontactinterface kcoreaddons
     kidentitymanagement kpimtextedit
   ];
   outputs = [ "out" "dev" ];