treewide: replace kcalcore dependencies with kcalendarcore

This commit is contained in:
nyanloutre
2019-12-15 16:13:49 +01:00
committed by Frederik Rietdijk
parent 3ccb0bef9c
commit 2abd0a559c
15 changed files with 30 additions and 29 deletions
+2 -2
View File
@@ -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 ];
}