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