summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdenetwork/kfile-plugins.nix
blob: f90fd3560796f343214c8122b1d652e13ecc75d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kde, kdelibs, boost }:

kde {
  name = "strigi-analyzer-torrent";

  buildInputs = [ kdelibs boost ];

  preConfigure = "mv -v strigi-analyzer kfile-plugins";

  patches = [ ./kdenetwork.patch ];
}