summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/kdeaccounts-plugin.nix
blob: beac8a6d8f4760a4240c2a1d8b747d87a6ec9c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kde, cmake, kdelibs, automoc4, kdepimlibs }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 kdepimlibs ];

  meta = {
    description = "KDE accounts akonadi agent";
    kde = {
      name = "kdeaccounts-plugin";
      module = "kdesdk";
    };
  };
}