ce77225e21
This is the thing you want to look at.
9 lines
133 B
Nix
9 lines
133 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kidentitymanagement";
|
|
|
|
extraBuildInputs = [qtdeclarative];
|
|
}
|