ab49679292
Mostly automatic changes. Will fix evaluation/compilation later. svn path=/nixpkgs/trunk/; revision=25933
17 lines
481 B
Nix
17 lines
481 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.module = "kdebase";
|
|
};
|
|
}
|