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

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

  meta = {
    description = "Strigi analyzers for diff, po and ts";
    kde = {
      name = "strigi-analyzer";
      module = "kdesdk";
    };
  };
}