mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
kcalutils: remove kdelibs4support dependency
This commit is contained in:
parent
cb463da39f
commit
e886937de6
|
@ -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…
Reference in a new issue