10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kcmutils";
|
|
|
|
extraPropagatedBuildInputs = [qtdeclarative];
|
|
}
|