about summary refs log tree commit diff
path: root/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix')
-rw-r--r--pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix b/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
new file mode 100644
index 000000000000..9d5be65fe097
--- /dev/null
+++ b/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
@@ -0,0 +1,14 @@
+{
+  mkKdeDerivation,
+  pkg-config,
+  qtwayland,
+  wayland,
+  wayland-protocols,
+  cups,
+}:
+mkKdeDerivation {
+  pname = "xdg-desktop-portal-kde";
+
+  extraNativeBuildInputs = [pkg-config];
+  extraBuildInputs = [qtwayland wayland wayland-protocols cups];
+}