nixpkgs/pkgs/desktops/kde-4.6/sdk/strigi-analyzer.nix

16 lines
274 B
Nix
Raw Normal View History

{ 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";
};
};
}