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.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix b/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
index 9d5be65fe097b..7563e934e502f 100644
--- a/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
+++ b/pkgs/kde/plasma/xdg-desktop-portal-kde/default.nix
@@ -2,13 +2,11 @@
   mkKdeDerivation,
   pkg-config,
   qtwayland,
-  wayland,
-  wayland-protocols,
   cups,
 }:
 mkKdeDerivation {
   pname = "xdg-desktop-portal-kde";
 
   extraNativeBuildInputs = [pkg-config];
-  extraBuildInputs = [qtwayland wayland wayland-protocols cups];
+  extraBuildInputs = [qtwayland cups];
 }