2021-09-18 10:48:23 +01:00
|
|
|
{ lib, mkDerivation
|
|
|
|
, extra-cmake-modules, kdoctools
|
|
|
|
, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash
|
|
|
|
, kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels
|
|
|
|
, kitemviews, kcmutils, knewstuff, knotifications, knotifyconfig
|
|
|
|
, kparts, ktextwidgets, kwidgetsaddons, kwindowsystem
|
|
|
|
, grantlee, grantleetheme, qtx11extras
|
|
|
|
, akonadi, akonadi-notes, akonadi-search, kcalutils
|
|
|
|
, kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit
|
|
|
|
, kcalendarcore
|
2019-04-15 08:20:17 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "knotes";
|
2019-04-15 08:20:17 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
|
|
|
kcompletion kconfig kconfigwidgets kcoreaddons kcrash
|
|
|
|
kdbusaddons kdnssd kglobalaccel kiconthemes kitemmodels kitemviews
|
|
|
|
kcmutils knewstuff knotifications knotifyconfig kparts ktextwidgets
|
2021-05-11 21:32:10 +01:00
|
|
|
kwidgetsaddons kwindowsystem
|
2019-04-15 08:20:17 +01:00
|
|
|
grantlee grantleetheme qtx11extras
|
|
|
|
akonadi akonadi-notes kcalutils kontactinterface
|
|
|
|
libkdepim kmime pimcommon kpimtextedit
|
|
|
|
akonadi-search
|
2019-12-11 21:15:00 +00:00
|
|
|
kcalendarcore
|
2019-04-15 08:20:17 +01:00
|
|
|
];
|
2021-09-18 10:48:23 +01:00
|
|
|
meta = with lib; {
|
|
|
|
homepage = "https://apps.kde.org/knotes/";
|
|
|
|
description = "Popup notes";
|
|
|
|
license = licenses.gpl2Plus;
|
|
|
|
};
|
2019-04-15 08:20:17 +01:00
|
|
|
}
|