about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/kwayland.nix
blob: 3c2788237fc897424195e19d7881f82be62de169 (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
  ];
  propagatedBuildInputs = [
    wayland
  ];
}