5 lines
100 B
Nix
5 lines
100 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kcharselect";
|
|
meta.mainProgram = "kcharselect";
|
|
}
|