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