Files
nixpkgs/pkgs/kde/plasma/layer-shell-qt/default.nix
2025-06-19 17:10:16 +03:00

12 lines
179 B
Nix

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