ktnef: remove kdelibs4support dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 15:33:42 -05:00
parent bf547e3a51
commit 0f35ba5af9
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,7 +1,7 @@
{ {
mkDerivation, lib, kdepimTeam, mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
kcalendarcore, kcalutils, kcontacts, kdelibs4support kcalendarcore, kcalutils, kcontacts
}: }:
mkDerivation { mkDerivation {
@ -12,7 +12,7 @@ mkDerivation {
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ propagatedBuildInputs = [
kcalendarcore kcalutils kcontacts kdelibs4support kcalendarcore kcalutils kcontacts
]; ];
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
} }