mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 05:04:40 +00:00
6 lines
102 B
Nix
6 lines
102 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kcharselect";
|
|
meta.mainProgram = "kcharselect";
|
|
}
|