nixpkgs/pkgs/desktops/kde-4.8/kdenetwork/kfile-plugins.nix
Yury G. Kudryashov b9c72433cc Copy kde-4.7->kde-4.8
svn path=/nixpkgs/trunk/; revision=31380
2012-01-06 21:50:10 +00:00

12 lines
200 B
Nix

{ kde, kdelibs, boost }:
kde {
name = "strigi-analyzer-torrent";
buildInputs = [ kdelibs boost ];
preConfigure = "mv -v strigi-analyzer kfile-plugins";
patches = [ ./kdenetwork.patch ];
}