kcalutils: remove kdelibs4support dependency

launchpad/nixpkgs/master
Thomas Tuegel 3 years ago
parent cb463da39f
commit e886937de6
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 4
      pkgs/applications/kde/kcalutils.nix

@ -1,7 +1,7 @@
{
mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools,
grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons, kdelibs4support,
grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons,
kidentitymanagement, kpimtextedit,
}:
@ -13,7 +13,7 @@ mkDerivation {
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
grantlee kcalendarcore kconfig kontactinterface kcoreaddons kdelibs4support
grantlee kcalendarcore kconfig kontactinterface kcoreaddons
kidentitymanagement kpimtextedit
];
outputs = [ "out" "dev" ];

Loading…
Cancel
Save