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

kdePackage {
  pn = "kdetoys";
  v = "4.5.0";

  buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 ];
  meta = {
    description = "KDE Toys";
    license = "GPL";
  };
}