ce77225e21
This is the thing you want to look at.
9 lines
119 B
Nix
9 lines
119 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kdbusaddons";
|
|
|
|
extraNativeBuildInputs = [qttools];
|
|
}
|