f34ce41345
GitOrigin-RevId: b73c2221a46c13557b1b3be9c2070cc42cf01eb3
10 lines
151 B
Nix
10 lines
151 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "plasma-welcome";
|
|
|
|
extraBuildInputs = [qtsvg];
|
|
meta.mainProgram = "plasma-welcome";
|
|
}
|