2017-04-07 18:06:26 +00:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
lib,
|
|
|
|
kdepimTeam,
|
|
|
|
extra-cmake-modules,
|
|
|
|
kdoctools,
|
|
|
|
qtwebengine,
|
|
|
|
grantlee,
|
|
|
|
kcmutils,
|
|
|
|
kcrash,
|
|
|
|
kiconthemes,
|
|
|
|
knotifyconfig,
|
|
|
|
kparts,
|
|
|
|
ktexteditor,
|
2023-03-26 13:56:00 +00:00
|
|
|
kuserfeedback,
|
2017-04-07 18:06:26 +00:00
|
|
|
kwindowsystem,
|
|
|
|
akonadi,
|
|
|
|
akonadi-mime,
|
|
|
|
grantleetheme,
|
|
|
|
kontactinterface,
|
|
|
|
libkdepim,
|
|
|
|
libkleo,
|
|
|
|
messagelib,
|
|
|
|
syndication,
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "akregator";
|
2017-04-07 18:06:26 +00:00
|
|
|
meta = {
|
2021-09-18 09:48:23 +00:00
|
|
|
homepage = "https://apps.kde.org/akregator/";
|
|
|
|
description = "KDE feed reader";
|
2022-10-27 20:47:29 +00:00
|
|
|
license = with lib.licenses; [
|
|
|
|
gpl2Plus
|
|
|
|
lgpl21Plus
|
|
|
|
fdl12Plus
|
|
|
|
];
|
2017-04-07 18:06:26 +00:00
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
];
|
|
|
|
buildInputs = [
|
|
|
|
qtwebengine
|
|
|
|
|
|
|
|
grantlee
|
|
|
|
|
2023-03-26 13:56:00 +00:00
|
|
|
kcmutils
|
|
|
|
kcrash
|
|
|
|
kiconthemes
|
|
|
|
knotifyconfig
|
|
|
|
kparts
|
|
|
|
ktexteditor
|
|
|
|
kuserfeedback
|
|
|
|
kwindowsystem
|
2017-04-07 18:06:26 +00:00
|
|
|
|
|
|
|
akonadi
|
|
|
|
akonadi-mime
|
|
|
|
grantleetheme
|
|
|
|
kontactinterface
|
|
|
|
libkdepim
|
|
|
|
libkleo
|
|
|
|
messagelib
|
|
|
|
syndication
|
2024-12-10 19:26:33 +00:00
|
|
|
];
|
2017-04-07 18:06:26 +00:00
|
|
|
outputs = [
|
2024-12-10 19:26:33 +00:00
|
|
|
"out"
|
|
|
|
"dev"
|
2017-04-07 18:06:26 +00:00
|
|
|
];
|
|
|
|
}
|