about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
blob: 8126377955314ee5eb85203122805eaebfc2e6a8 (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 {
  pname = "layer-shell-qt";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
}