mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
10 lines
176 B
Nix
10 lines
176 B
Nix
{ kde, kdelibs, boost }:
|
|
|
|
kde {
|
|
name = "strigi-analyzer-torrent";
|
|
|
|
buildInputs = [ kdelibs boost ];
|
|
|
|
#preConfigure = "mv -v kdenetwork-strigi-analyzers kfile-plugins";
|
|
}
|