2022-10-07 12:39:27 +02:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kguiaddons
|
|
|
|
, kidletime
|
|
|
|
, kwayland
|
|
|
|
, kwindowsystem
|
|
|
|
, qtbase
|
|
|
|
, wayland-protocols
|
|
|
|
, wayland-scanner
|
|
|
|
, wayland
|
2017-05-22 20:49:07 +02:00
|
|
|
}:
|
2016-04-21 18:01:22 +02:00
|
|
|
|
2017-05-15 18:44:58 +02:00
|
|
|
mkDerivation {
|
2022-03-06 22:28:56 +01:00
|
|
|
pname = "kwayland-integration";
|
2021-09-27 21:54:29 +02:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
|
|
|
|
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
|
2023-06-04 12:59:14 +02:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Integration plugins for various KDE frameworks for the Wayland windowing system";
|
|
|
|
homepage = "https://invent.kde.org/plasma/kwayland-integration";
|
|
|
|
};
|
2016-04-21 18:01:22 +02:00
|
|
|
}
|