8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
12 lines
200 B
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 ];
|
|
}
|