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