summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/utils/kremotecontrol.nix
blob: 1ea8a140dca8e41dc39f81206c3a6c127aa4cfb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kde, cmake, kdelibs, qt4, perl, automoc4, kdebase_workspace }:

kde.package {
  buildInputs = [ cmake qt4 perl kdelibs automoc4 kdebase_workspace ];

  meta = {
    description = "KDE remote control";
    kde = {
      name = "kremotecontrol";
      module = "kdeutils";
    };
  };
}