about summary refs log tree commit diff
path: root/pkgs/kde/plasma/kwayland/default.nix
blob: 86713b834bec79957e926f28f80a1feb5a4ebc27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  mkKdeDerivation,
  pkg-config,
  qtwayland,
}:
mkKdeDerivation {
  pname = "kwayland";

  extraNativeBuildInputs = [pkg-config];
  extraBuildInputs = [qtwayland];
}