2017-05-26 13:44:36 -07:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules,
|
|
|
|
kconfig, kconfigwidgets, kdbusaddons, kglobalaccel, ki18n, kwidgetsaddons,
|
2018-05-21 13:59:37 -07:00
|
|
|
kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects, kwindowsystem,
|
|
|
|
kdeclarative, plasma-framework
|
2016-04-21 09:01:22 -07:00
|
|
|
}:
|
|
|
|
|
2017-05-15 09:44:58 -07:00
|
|
|
mkDerivation {
|
2016-04-21 09:01:22 -07:00
|
|
|
name = "kscreen";
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2017-05-22 11:49:07 -07:00
|
|
|
buildInputs = [
|
|
|
|
kconfig kconfigwidgets kdbusaddons kglobalaccel ki18n kwidgetsaddons kxmlgui
|
2018-05-21 13:59:37 -07:00
|
|
|
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
|
|
|
|
plasma-framework
|
2016-04-21 09:01:22 -07:00
|
|
|
];
|
|
|
|
}
|