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

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