summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4/kwayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4/kwayland.nix')
-rw-r--r--pkgs/desktops/plasma-5.4/kwayland.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/desktops/plasma-5.4/kwayland.nix b/pkgs/desktops/plasma-5.4/kwayland.nix
deleted file mode 100644
index e4d6eb631f9..00000000000
--- a/pkgs/desktops/plasma-5.4/kwayland.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ plasmaPackage
-, extra-cmake-modules
-, wayland
-}:
-
-plasmaPackage {
-  name = "kwayland";
-  nativeBuildInputs = [
-    extra-cmake-modules
-  ];
-  buildInputs = [
-    wayland
-  ];
-}