biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / kde / ktorrent.nix
blobb33cc3bc541b41b2c048e318f1a7f25b59aa17c1
2   mkDerivation, lib,
3   extra-cmake-modules, kdoctools,
4   karchive, kcmutils, kcrash, kdnssd, ki18n, knotifications, knotifyconfig,
5   kplotting, kross, libgcrypt, libktorrent, taglib
6 }:
8 mkDerivation {
9   pname = "ktorrent";
10   meta = with lib; {
11     description = "KDE integrated BtTorrent client";
12     homepage    = "https://apps.kde.org/ktorrent/";
13     license     = licenses.gpl2Plus;
14     maintainers = [ ];
15   };
17   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
18   buildInputs = [
19     karchive kcmutils kcrash kdnssd ki18n knotifications knotifyconfig kplotting
20     kross libgcrypt libktorrent taglib
21   ];