2011-07-12 15:24:35 +02:00
|
|
|
|
{ automoc4, cmake, kde, kdelibs, qt4, strigi, qimageblitz, libdbusmenu_qt
|
|
|
|
|
, xorg, soprano, shared_desktop_ontologies, lm_sensors, pciutils, libraw1394
|
2011-07-13 20:15:57 +02:00
|
|
|
|
, libusb, libxklavier, perl, python, libqalculate, akonadi
|
2011-07-12 15:24:35 +02:00
|
|
|
|
}:
|
|
|
|
|
|
|
|
|
|
kde.package {
|
|
|
|
|
|
|
|
|
|
buildInputs =
|
|
|
|
|
[ cmake kdelibs qt4 automoc4 strigi qimageblitz libdbusmenu_qt
|
|
|
|
|
xorg.libxkbfile xorg.libXcomposite xorg.libXScrnSaver xorg.libXtst
|
|
|
|
|
xorg.libXcomposite xorg.libXdamage xorg.libXau
|
|
|
|
|
soprano shared_desktop_ontologies lm_sensors pciutils libraw1394
|
2011-07-13 20:15:57 +02:00
|
|
|
|
libusb python libqalculate akonadi
|
2011-07-12 15:24:35 +02:00
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
# Workaround for ‘undefined reference to `dlsym'’ in kwinglutils_funcs.cpp.
|
|
|
|
|
NIX_LDFLAGS = "-ldl";
|
|
|
|
|
|
|
|
|
|
meta = {
|
2011-07-13 20:15:57 +02:00
|
|
|
|
description = "KDE workspace components such as Plasma, Kwin and System Settings";
|
2011-07-12 15:24:35 +02:00
|
|
|
|
license = "GPLv2";
|
|
|
|
|
kde.name = "kde-workspace";
|
|
|
|
|
};
|
|
|
|
|
}
|