depot/third_party/nixpkgs/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix

15 lines
254 B
Nix
Raw Normal View History

{
mkKdeDerivation,
pkg-config,
qtwayland,
wayland,
wayland-protocols,
cups,
}:
mkKdeDerivation {
pname = "xdg-desktop-portal-kde";
extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [qtwayland wayland wayland-protocols cups];
}