summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/strigi-analyzer.nix
blob: 20d484f561e8e904b101653b144316efce0801f6 (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.4";
    };
  };
}