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