summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.6/sdk/strigi-analyzer.nix
blob: 88c935ade4af5acf4038a0f821f2b89342b8d31b (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.90";
    };
  };
}