10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "polkit-kde-agent-1";
|
|
|
|
extraBuildInputs = [ qtdeclarative ];
|
|
}
|