summary refs log tree commit diff
path: root/pkgs/applications/kde/libkgapi.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/libkgapi.nix
parent3ccb0bef9c8c8483b2712eb71939e7ee2b4fafc6 (diff)
downloadnixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar.gz
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar.bz2
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar.lz
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar.xz
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.tar.zst
nixpkgs-2abd0a559c6653f00d8dd2b73068c5c321be690c.zip
treewide: replace kcalcore dependencies with kcalendarcore
Diffstat (limited to 'pkgs/applications/kde/libkgapi.nix')
-rw-r--r--pkgs/applications/kde/libkgapi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/libkgapi.nix b/pkgs/applications/kde/libkgapi.nix
index 998e65f2834..9d2d41c41d7 100644
--- a/pkgs/applications/kde/libkgapi.nix
+++ b/pkgs/applications/kde/libkgapi.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, kdoctools,
-  qtwebengine, kio, kcalcore, kcontacts,
+  qtwebengine, kio, kcalendarcore, kcontacts,
   cyrus_sasl
 }:
 
@@ -12,5 +12,5 @@ mkDerivation {
     maintainers = kdepimTeam;
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [ qtwebengine kio kcalcore kcontacts cyrus_sasl ];
+  buildInputs = [ qtwebengine kio kcalendarcore kcontacts cyrus_sasl ];
 }