about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/oxygen.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 13:35:00 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:12 -0600
commit7f84ad5f4c4a2aac98ebb2f4a37a02915e357939 (patch)
tree2b2777319ca8bd22e5e5797f51ad91df0a5cd0f8 /pkgs/desktops/plasma-5/oxygen.nix
parent8eb4d2afbc1d61d316073f25f5885a46ccb37ea2 (diff)
plasma5: Move to desktops/plasma-5
Diffstat (limited to 'pkgs/desktops/plasma-5/oxygen.nix')
-rw-r--r--pkgs/desktops/plasma-5/oxygen.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/oxygen.nix b/pkgs/desktops/plasma-5/oxygen.nix
new file mode 100644
index 0000000000000..ca63c8d7a3771
--- /dev/null
+++ b/pkgs/desktops/plasma-5/oxygen.nix
@@ -0,0 +1,21 @@
+{
+  plasmaPackage, kdeWrapper,
+  ecm,
+  frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
+  ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtx11extras
+}:
+
+let
+  unwrapped = plasmaPackage {
+    name = "oxygen";
+    nativeBuildInputs = [ ecm ];
+    propagatedBuildInputs = [
+      frameworkintegration kcmutils kcompletion kconfig kdecoration kguiaddons
+      ki18n kservice kwayland kwidgetsaddons kwindowsystem qtx11extras
+    ];
+  };
+in
+kdeWrapper {
+  inherit unwrapped;
+  targets = [ "bin/oxygen-demo5" "bin/oxygen-settings5" ];
+}