2017-05-10 00:33:33 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
2018-07-17 21:11:16 +01:00
|
|
|
grantlee, kcalcore, 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 = [
|
2018-07-17 21:11:16 +01:00
|
|
|
grantlee kcalcore kconfig kontactinterface kcoreaddons kdelibs4support
|
2017-05-10 00:33:33 +01:00
|
|
|
kidentitymanagement kpimtextedit
|
|
|
|
];
|
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|