nixpkgs-suyu/pkgs/desktops/plasma-5/kwayland-integration.nix

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

13 lines
366 B
Nix
Raw Normal View History

{
mkDerivation, lib,
extra-cmake-modules,
kguiaddons, kidletime, kwayland, kwindowsystem, qtbase,
wayland-protocols, wayland-scanner, wayland
}:
2016-04-21 18:01:22 +02:00
mkDerivation {
2022-03-06 22:28:56 +01:00
pname = "kwayland-integration";
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
2016-04-21 18:01:22 +02:00
}