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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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];
}