about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/strigi-analyzer.nix
blob: b4d5ea5d22a7fdbe4bb1d34a4da81a38ff9142cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ 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";
      version = "4.5.2";
    };
  };
}