nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
362 B
Nix
Raw Normal View History

{ mkDerivation
, lib
, extra-cmake-modules
, kguiaddons
, kidletime
, kwayland
, kwindowsystem
, qtbase
, wayland-scanner
, wayland
, wayland-protocols
}:
mkDerivation {
2022-03-06 21:28:56 +00:00
pname = "layer-shell-qt";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
}