2017-05-10 00:33:33 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
2021-05-11 21:29:41 +01:00
|
|
|
grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons,
|
2017-05-10 00:33:33 +01:00
|
|
|
kidentitymanagement, kpimtextedit,
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "kcalutils";
|
2017-05-10 00:33:33 +01:00
|
|
|
meta = {
|
2022-10-27 21:47:29 +01:00
|
|
|
license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
|
2017-05-10 00:33:33 +01:00
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
2021-05-11 21:29:41 +01:00
|
|
|
grantlee kcalendarcore kconfig kontactinterface kcoreaddons
|
2017-05-10 00:33:33 +01:00
|
|
|
kidentitymanagement kpimtextedit
|
|
|
|
];
|
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|