1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/desktops/kde-4.7/sdk/strigi-analyzer.nix

14 lines
286 B
Nix
Raw Normal View History

{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "Strigi analyzers for diff, po and ts";
kde = {
name = "strigi-analyzer";
module = "kdesdk";
};
};
}