1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 17:08:19 -04:00
nixpkgs/pkgs/desktops/kde-4.12/kdeutils/kcharselect.nix
2014-02-13 04:26:42 +02:00

10 lines
126 B
Nix

{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "KDE character selection utility";
};
}