mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
12 lines
164 B
Nix
12 lines
164 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebengine,
|
|
taglib,
|
|
libmaxminddb,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ktorrent";
|
|
|
|
extraBuildInputs = [qtwebengine taglib libmaxminddb];
|
|
}
|