summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4')
-rw-r--r--pkgs/desktops/plasma-5.4/plasma-workspace/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix
index 8fa5709feab5..4a7f8b460ed5 100644
--- a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix
+++ b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix
@@ -28,9 +28,6 @@ plasmaPackage rec {
     kidletime krunner ktexteditor kwin libkscreen libksysguard
     plasma-framework qtquick1 qtquickcontrols qtx11extras solid
   ];
-  # All propagatedBuildInputs should be present in the profile because
-  # impure wrappers are used below.
-  propagatedUserEnvPkgs = propagatedBuildInputs;
   patches = [ ./0001-startkde-NixOS-patches.patch ];
 
   inherit bash coreutils gnused gnugrep socat;
@@ -42,7 +39,6 @@ plasmaPackage rec {
       --replace kdostartupconfig5 $out/bin/kdostartupconfig5
   '';
   postInstall = ''
-    export QT_WRAPPER_IMPURE=1
     wrapQtProgram "$out/bin/ksmserver"
     wrapQtProgram "$out/bin/plasmawindowed"
     wrapQtProgram "$out/bin/kcminit_startup"