nixpkgs/pkgs/desktops/kde-4.5/base/default.nix
Yury G. Kudryashov 78565c5b5f Add qimageblitz and kdebase-apps-4.5.0
svn path=/nixpkgs/trunk/; revision=23099
2010-08-10 19:57:53 +00:00

20 lines
567 B
Nix

{ kdePackage, cmake, perl, qt4, kdelibs, pciutils, libraw1394
, automoc4, strigi, qimageblitz, soprano}:
kdePackage {
pn = "kdebase";
v = "4.5.0";
sha256 = "1znmmx84hx3a31lhr55j3h91p9r6fv1c4q9hbgv4xwaijlkxk6dw";
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";
};
}