2022-10-21 18:38:19 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kguiaddons
|
|
|
|
, kidletime
|
|
|
|
, kwayland
|
|
|
|
, kwindowsystem
|
|
|
|
, qtbase
|
|
|
|
, wayland-protocols
|
|
|
|
, wayland-scanner
|
|
|
|
, wayland
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2022-03-10 19:12:11 +00:00
|
|
|
pname = "kwayland-integration";
|
2021-12-06 16:07:01 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
|
|
|
|
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Integration plugins for various KDE frameworks for the Wayland windowing system";
|
|
|
|
homepage = "https://invent.kde.org/plasma/kwayland-integration";
|
|
|
|
};
|
2020-04-24 23:36:52 +00:00
|
|
|
}
|