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

12 lines
169 B
Nix
Raw Normal View History

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