about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/utils/kremotecontrol.nix
blob: 7dcf4bb5789fbce83837aecec3bbf81d27c5e7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ 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";
      version = "4.5.2";
    };
  };
}