about summary refs log tree commit diff
path: root/pkgs/applications/kde/knotes.nix
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-12-11 22:15:00 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-12-15 16:13:49 +0100
commit2abd0a559c6653f00d8dd2b73068c5c321be690c (patch)
tree33aebbc39d0969b92b8298301db97d8565961b10 /pkgs/applications/kde/knotes.nix
parent3ccb0bef9c8c8483b2712eb71939e7ee2b4fafc6 (diff)
treewide: replace kcalcore dependencies with kcalendarcore
Diffstat (limited to 'pkgs/applications/kde/knotes.nix')
-rw-r--r--pkgs/applications/kde/knotes.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/knotes.nix b/pkgs/applications/kde/knotes.nix
index ced046c2f4e26..2dc2f48c14975 100644
--- a/pkgs/applications/kde/knotes.nix
+++ b/pkgs/applications/kde/knotes.nix
@@ -9,7 +9,7 @@
   grantlee, grantleetheme, qtx11extras,
   akonadi, akonadi-notes, akonadi-search, kcalutils,
   kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit,
-  kcalcore
+  kcalendarcore
 }:
 
 mkDerivation {
@@ -24,6 +24,6 @@ mkDerivation {
     akonadi akonadi-notes kcalutils kontactinterface
     libkdepim kmime pimcommon kpimtextedit
     akonadi-search
-    kcalcore
+    kcalendarcore
   ];
 }