summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4/oxygen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4/oxygen.nix')
-rw-r--r--pkgs/desktops/plasma-5.4/oxygen.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/desktops/plasma-5.4/oxygen.nix b/pkgs/desktops/plasma-5.4/oxygen.nix
deleted file mode 100644
index 02918100408..00000000000
--- a/pkgs/desktops/plasma-5.4/oxygen.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ plasmaPackage, extra-cmake-modules, ki18n, kcmutils, kconfig
-, kdecoration, kguiaddons, kwidgetsaddons, kservice, kcompletion
-, frameworkintegration, kwindowsystem, makeQtWrapper, qtx11extras
-}:
-
-plasmaPackage {
-  name = "oxygen";
-  nativeBuildInputs = [
-    extra-cmake-modules makeQtWrapper
-  ];
-  buildInputs = [
-    kcmutils kconfig kdecoration kguiaddons kwidgetsaddons
-    kservice kcompletion
-  ];
-  propagatedBuildInputs = [ frameworkintegration ki18n kwindowsystem qtx11extras ];
-  postInstall = ''
-    wrapQtProgram "$out/bin/oxygen-demo5"
-    wrapQtProgram "$out/bin/oxygen-settings5"
-  '';
-}