2022-10-07 10:39:27 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kguiaddons
|
|
|
|
, kidletime
|
|
|
|
, kwayland
|
|
|
|
, kwindowsystem
|
|
|
|
, qtbase
|
|
|
|
, wayland-protocols
|
|
|
|
, wayland-scanner
|
|
|
|
, wayland
|
2017-05-22 18:49:07 +00:00
|
|
|
}:
|
2016-04-21 16:01:22 +00:00
|
|
|
|
2017-05-15 16:44:58 +00:00
|
|
|
mkDerivation {
|
2022-03-06 21:28:56 +00:00
|
|
|
pname = "kwayland-integration";
|
2021-09-27 19:54:29 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
|
|
|
|
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
|
2023-06-04 10:59:14 +00: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 16:01:22 +00:00
|
|
|
}
|