nixpkgs/pkgs/desktops/kde-4.5/base/default.nix
Yury G. Kudryashov de3531c2d5 Let kdePackage use manifest.nix
svn path=/nixpkgs/trunk/; revision=23120
2010-08-11 16:49:31 +00:00

19 lines
500 B
Nix

{ kdePackage, cmake, perl, qt4, kdelibs, pciutils, libraw1394
, automoc4, strigi, qimageblitz, soprano}:
kdePackage {
pn = "kdebase";
v = "4.5.0";
preConfigure = "cd apps";
buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394 automoc4
strigi qimageblitz soprano ];
meta = {
description = "KDE Base components";
longDescription = "Applications that form the KDE desktop, like Plasma, System Settings, Konqueror, Dolphin, Kate, and Konsole";
license = "GPL";
};
}