about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix b/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
new file mode 100644
index 0000000000000..47264cf38fd7c
--- /dev/null
+++ b/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
@@ -0,0 +1,22 @@
+{ plasmaPackage, extra-cmake-modules, kdoctools, kitemviews
+, kcmutils, ki18n, kio, kservice, kiconthemes, kwindowsystem
+, kxmlgui, kdbusaddons, kconfig, khtml, makeQtWrapper
+}:
+
+plasmaPackage {
+  name = "systemsettings";
+  nativeBuildInputs = [
+    extra-cmake-modules
+    kdoctools
+    makeQtWrapper
+  ];
+  buildInputs = [
+  ];
+  propagatedBuildInputs = [
+    khtml ki18n kio kwindowsystem kitemviews kcmutils kservice kiconthemes
+    kxmlgui kdbusaddons kconfig
+  ];
+  postInstall = ''
+    wrapQtProgram "$out/bin/systemsettings5"
+  '';
+}