ktnef: remove kdelibs4support dependency

+2 -2
+2 -2
pkgs/applications/kde/ktnef.nix
··· 1 1 { 2 2 mkDerivation, lib, kdepimTeam, 3 3 extra-cmake-modules, kdoctools, 4 - kcalendarcore, kcalutils, kcontacts, kdelibs4support 4 + kcalendarcore, kcalutils, kcontacts 5 5 }: 6 6 7 7 mkDerivation { ··· 12 12 }; 13 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 14 propagatedBuildInputs = [ 15 - kcalendarcore kcalutils kcontacts kdelibs4support 15 + kcalendarcore kcalutils kcontacts 16 16 ]; 17 17 outputs = [ "out" "dev" ]; 18 18 }