summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-27 06:55:41 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:12 -0500
commit0e660bf27f204ed82ca9ed66c5c7b711373180e4 (patch)
tree940cb3b120217d308367b0102a4cffa035ee6ae4
parent2272ef72995d350de47fb988ed36f31d44baf4d8 (diff)
downloadnixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar.gz
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar.bz2
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar.lz
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar.xz
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.tar.zst
nixpkgs-0e660bf27f204ed82ca9ed66c5c7b711373180e4.zip
kde5.plasma-workspace: wrap Qt programs
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
index 059af52e678..b8761998fae 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
@@ -35,4 +35,21 @@ plasmaPackage {
     rm "$out/lib/libexec/startplasma"
     rm -r "$out/share/wayland-sessions"
   '';
+
+  preFixup = ''
+    wrapQtProgram $out/bin/kcheckrunning
+    wrapQtProgram $out/bin/kcminit
+    wrapQtProgram $out/bin/kcminit_startup
+    wrapQtProgram $out/bin/kdostartupconfig5
+    wrapQtProgram $out/bin/klipper
+    wrapQtProgram $out/bin/krunner
+    wrapQtProgram $out/bin/ksmserver
+    wrapQtProgram $out/bin/ksplashqml
+    wrapQtProgram $out/bin/kstartupconfig5
+    wrapQtProgram $out/bin/kuiserver5
+    wrapQtProgram $out/bin/plasmashell
+    wrapQtProgram $out/bin/plasmawindowed
+    wrapQtProgram $out/bin/systemmonitor
+    wrapQtProgram $out/bin/xembedsniproxy
+  '';
 }