depot/third_party/nixpkgs/pkgs/kde/gear/ktorrent/default.nix

12 lines
164 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtwebengine,
taglib,
libmaxminddb,
}:
mkKdeDerivation {
pname = "ktorrent";
extraBuildInputs = [qtwebengine taglib libmaxminddb];
}