mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
ce77225e21
This is the thing you want to look at.
12 lines
164 B
Nix
12 lines
164 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebengine,
|
|
taglib,
|
|
libmaxminddb,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ktorrent";
|
|
|
|
extraBuildInputs = [qtwebengine taglib libmaxminddb];
|
|
}
|