2017-05-10 00:33:33 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
2019-12-11 21:15:00 +00:00
|
|
|
grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons, kdelibs4support,
|
2017-05-10 00:33:33 +01:00
|
|
|
kidentitymanagement, kpimtextedit,
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "kcalutils";
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
2019-12-11 21:15:00 +00:00
|
|
|
grantlee kcalendarcore kconfig kontactinterface kcoreaddons kdelibs4support
|
2017-05-10 00:33:33 +01:00
|
|
|
kidentitymanagement kpimtextedit
|
|
|
|
];
|
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|