summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.6/artwork/phase-style.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.6/artwork/phase-style.nix')
-rw-r--r--pkgs/desktops/kde-4.6/artwork/phase-style.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/desktops/kde-4.6/artwork/phase-style.nix b/pkgs/desktops/kde-4.6/artwork/phase-style.nix
deleted file mode 100644
index 068bc458a1a7..000000000000
--- a/pkgs/desktops/kde-4.6/artwork/phase-style.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ cmake, kde, automoc4, kdelibs }:
-
-kde.package rec {
-  name = "kde-style-phase-${meta.kde.version}";
-
-  buildInputs = [ cmake automoc4 kdelibs ];
-  meta = {
-    description = "KDE phase style. Clean classical look";
-    kde = {
-      name = "styles";
-      module = "kdeartwork";
-      version = "4.5.90";
-    };
-  };
-}