2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-15 01:15:51 +00:00
nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
2022-03-06 22:28:59 +01:00

11 lines
354 B
Nix

{ 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 ];
}