summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdeutils/kremotecontrol.nix
blob: 70311a789f99779d37271ab75ad9da21e00169f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs, libXtst }:

kde {
  buildInputs = [ kdelibs libXtst ];

  meta = {
    description = "KDE remote control";
  };
}