nixpkgs/pkgs/desktops/kde-4.6/base/default.nix
Yury G. Kudryashov a7ddd93631 sed 4.5.4->4.5.90, nothing tested
svn path=/nixpkgs/trunk/; revision=25280
2010-12-26 15:26:42 +00:00

20 lines
522 B
Nix

{ 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";
};
};
}