587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
10 lines
166 B
Nix
10 lines
166 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kcmutils";
|
|
|
|
extraPropagatedBuildInputs = [qtdeclarative];
|
|
meta.mainProgram = "kcmshell6";
|
|
}
|