mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 12:23:55 +00:00
6 lines
102 B
Nix
6 lines
102 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kcharselect";
|
|
meta.mainProgram = "kcharselect";
|
|
}
|