about summary refs log tree commit diff
path: root/pkgs/kde/frameworks/kwindowsystem/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kde/frameworks/kwindowsystem/default.nix')
-rw-r--r--pkgs/kde/frameworks/kwindowsystem/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/kde/frameworks/kwindowsystem/default.nix b/pkgs/kde/frameworks/kwindowsystem/default.nix
index 711638cb106c2..a5fb8eddb7eab 100644
--- a/pkgs/kde/frameworks/kwindowsystem/default.nix
+++ b/pkgs/kde/frameworks/kwindowsystem/default.nix
@@ -4,11 +4,10 @@
   qtdeclarative,
   qtwayland,
   pkg-config,
-  wayland,
 }:
 mkKdeDerivation {
   pname = "kwindowsystem";
 
   extraNativeBuildInputs = [qttools pkg-config];
-  extraBuildInputs = [qtdeclarative qtwayland wayland];
+  extraBuildInputs = [qtdeclarative qtwayland];
 }