about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-11 10:17:13 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-20 10:01:06 -0500
commit468d0bc56a8510f84969c0306d927ae0d7813782 (patch)
tree3a76016862daca4e4a83105df2bd7bba9c893bf7 /pkgs/desktops
parentafe5a05c930eeba53cc7f2595bebddb4c05ac876 (diff)
downloadnixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar.gz
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar.bz2
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar.lz
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar.xz
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.tar.zst
nixlib-468d0bc56a8510f84969c0306d927ae0d7813782.zip
kde5.plasma-workspace: unwrap
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.5/plasma-workspace/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.5/plasma-workspace/default.nix b/pkgs/desktops/kde-5/plasma-5.5/plasma-workspace/default.nix
index 01c5c63ce0aa..30bd264ddcd0 100644
--- a/pkgs/desktops/kde-5/plasma-5.5/plasma-workspace/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.5/plasma-workspace/default.nix
@@ -65,20 +65,4 @@ plasmaPackage {
     rm "$out/lib/libexec/startplasma"
     rm -r "$out/share/wayland-sessions"
   '';
-
-  postFixup = ''
-    wrapQtProgram "$out/bin/ksmserver"
-    wrapQtProgram "$out/bin/plasmawindowed"
-    wrapQtProgram "$out/bin/kcminit_startup"
-    wrapQtProgram "$out/bin/ksplashqml"
-    wrapQtProgram "$out/bin/kcheckrunning"
-    wrapQtProgram "$out/bin/systemmonitor"
-    wrapQtProgram "$out/bin/kstartupconfig5"
-    wrapQtProgram "$out/bin/kdostartupconfig5"
-    wrapQtProgram "$out/bin/klipper"
-    wrapQtProgram "$out/bin/kuiserver5"
-    wrapQtProgram "$out/bin/krunner"
-    wrapQtProgram "$out/bin/plasmashell"
-    wrapQtProgram "$out/lib/libexec/drkonqi"
-  '';
 }