summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/utils/kremotecontrol.nix
blob: b353bdba53cf23a923b78d6a9906a8929ad04d6b (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.4";
    };
  };
}