summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.6/base/default.nix
blob: 973d2cf562d00d7c79a4a38fd8330a2115f274cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ kde, cmake, perl, qt4, kdelibs, pciutils, libraw1394 , automoc4, strigi
, qimageblitz, soprano}:

kde.package {
  preConfigure = "cd apps";

  buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394 automoc4
    strigi qimageblitz ];

  meta = {
    description = "KDE Base components";
    longDescription = "Applications that form the KDE desktop, like Plasma, System Settings, Konqueror, Dolphin, Kate, and Konsole";
    license = "GPL";
    kde = {
      name = "kdebase";
      version = "4.5.90";
    };
  };
}