summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kwayland-integration.nix
blob: 5462814e8de2c65387b74e1bafbb68f83748854c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mkDerivation, lib,
  extra-cmake-modules,
  kguiaddons, kidletime, kwayland, kwindowsystem, qtbase,
  wayland-protocols, wayland-scanner, wayland
}:

mkDerivation {
  pname = "kwayland-integration";
  nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
  buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
}