2018-04-15 00:33:57 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib,
|
|
|
|
extra-cmake-modules,
|
|
|
|
|
|
|
|
kauth, kcodecs, kcompletion, kconfig, kconfigwidgets, kdbusaddons, kdoctools,
|
2021-02-02 16:45:55 +00:00
|
|
|
kguiaddons, ki18n, kiconthemes, kidletime, kjobwidgets, kcmutils,
|
2021-05-11 21:28:51 +01:00
|
|
|
kio, knotifications, knotifyconfig, kservice, kwidgetsaddons,
|
2021-02-02 17:40:26 +00:00
|
|
|
kwindowsystem, kxmlgui, phonon,
|
2018-04-15 00:33:57 +01:00
|
|
|
|
2019-12-11 21:15:00 +00:00
|
|
|
kimap, akonadi, akonadi-contacts, akonadi-mime, kalarmcal, kcalendarcore, kcalutils,
|
2018-04-15 00:33:57 +01:00
|
|
|
kholidays, kidentitymanagement, libkdepim, mailcommon, kmailtransport, kmime,
|
2021-01-31 15:03:32 +00:00
|
|
|
pimcommon, kpimtextedit, messagelib,
|
2018-04-15 00:33:57 +01:00
|
|
|
|
|
|
|
qtx11extras,
|
|
|
|
|
|
|
|
kdepim-runtime
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "kalarm";
|
2018-04-15 00:33:57 +01:00
|
|
|
meta = {
|
2021-09-18 10:48:23 +01:00
|
|
|
homepage = "https://apps.kde.org/kalarm/";
|
|
|
|
description = "Personal alarm scheduler";
|
2018-04-15 00:33:57 +01:00
|
|
|
license = with lib.licenses; [ gpl2 ];
|
|
|
|
maintainers = [ lib.maintainers.rittelle ];
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
|
|
|
kauth kcodecs kcompletion kconfig kconfigwidgets kdbusaddons kdoctools
|
2021-05-11 21:28:51 +01:00
|
|
|
kguiaddons ki18n kiconthemes kidletime kjobwidgets kcmutils
|
2021-02-02 17:40:26 +00:00
|
|
|
kio knotifications knotifyconfig kservice kwidgetsaddons kwindowsystem
|
|
|
|
kxmlgui phonon
|
2018-04-15 00:33:57 +01:00
|
|
|
|
2021-02-02 17:40:26 +00:00
|
|
|
kimap akonadi akonadi-contacts akonadi-mime kalarmcal kcalendarcore
|
|
|
|
kcalutils kholidays kidentitymanagement libkdepim mailcommon kmailtransport
|
|
|
|
kmime pimcommon kpimtextedit messagelib
|
2018-04-15 00:33:57 +01:00
|
|
|
|
|
|
|
qtx11extras
|
|
|
|
];
|
|
|
|
propagatedUserEnvPkgs = [ kdepim-runtime ];
|
|
|
|
}
|