2016-08-04 15:07:17 +01:00
|
|
|
{
|
|
|
|
plasmaPackage,
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-08-04 15:07:17 +01:00
|
|
|
kcmutils, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
|
|
|
|
kdeclarative, kdelibs4support, ki18n, kiconthemes, kio, kpackage, kservice,
|
|
|
|
kwayland, kwidgetsaddons, kxmlgui, libraw1394, mesa_glu, pciutils, solid
|
2016-04-21 17:01:22 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "kinfocenter";
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-04-28 18:53:11 +01:00
|
|
|
propagatedBuildInputs = [
|
2016-08-04 15:07:17 +01:00
|
|
|
kcmutils kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons
|
|
|
|
kdeclarative kdelibs4support ki18n kiconthemes kio kpackage kservice
|
|
|
|
kwayland kwidgetsaddons kxmlgui libraw1394 mesa_glu pciutils solid
|
2016-04-21 17:01:22 +01:00
|
|
|
];
|
|
|
|
}
|