anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / kde / akregator.nix
blob684049d5f0b2875d7db756043f38e88f1f84d5a3
2   mkDerivation, lib, kdepimTeam,
3   extra-cmake-modules, kdoctools,
4   qtwebengine,
5   grantlee,
6   kcmutils, kcrash, kiconthemes, knotifyconfig, kparts, ktexteditor,
7   kuserfeedback,
8   kwindowsystem,
9   akonadi, akonadi-mime, grantleetheme, kontactinterface, libkdepim, libkleo,
10   messagelib, syndication
13 mkDerivation {
14   pname = "akregator";
15   meta = {
16     homepage = "https://apps.kde.org/akregator/";
17     description = "KDE feed reader";
18     license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
19     maintainers = kdepimTeam;
20   };
21   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
22   buildInputs = [
23     qtwebengine
25     grantlee
27     kcmutils kcrash kiconthemes knotifyconfig kparts ktexteditor
28     kuserfeedback
29     kwindowsystem
31     akonadi akonadi-mime grantleetheme kontactinterface libkdepim libkleo
32     messagelib syndication
33   ];
34   outputs = [ "out" "dev" ];