depot/third_party/nixpkgs/pkgs/kde/plasma/layer-shell-qt/default.nix

14 lines
233 B
Nix
Raw Normal View History

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