summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.5/kwayland.nix
blob: e4d6eb631f9579d7cd02c50882f6443ab967b021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ plasmaPackage
, extra-cmake-modules
, wayland
}:

plasmaPackage {
  name = "kwayland";
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  buildInputs = [
    wayland
  ];
}