about summary refs log tree commit diff
path: root/pkgs/kde/gear/ktorrent/default.nix
blob: 92e0646e696af73ed8b9b22cc827b51156308ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  mkKdeDerivation,
  qtwebengine,
  taglib,
  libmaxminddb,
}:
mkKdeDerivation {
  pname = "ktorrent";

  extraBuildInputs = [qtwebengine taglib libmaxminddb];
}