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

mkDerivation {
  name = "layer-shell-qt";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
}