nixpkgs/pkgs/desktops/kde-4.10/kdenetwork/kfile-plugins.nix

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 ];
}