depot/third_party/nixpkgs/pkgs/kde/plasma/kwayland/default.nix

13 lines
208 B
Nix
Raw Normal View History

{
mkKdeDerivation,
pkg-config,
qtwayland,
wayland-protocols,
}:
mkKdeDerivation {
pname = "kwayland";
extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [qtwayland wayland-protocols];
}