summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-10-18 09:25:50 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-10-30 16:10:37 -0500
commit5a2c45427b391a6ac4431db8cb49563d2dc624ca (patch)
tree59bac6967757f691efae259feb93ef6aa23ae4d9 /pkgs/desktops
parent5292e67e50811e9ccf800708f3b18290c9098a39 (diff)
downloadnixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar.gz
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar.bz2
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar.lz
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar.xz
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.tar.zst
nixlib-5a2c45427b391a6ac4431db8cb49563d2dc624ca.zip
makeQtWrapper: always wrap impurely
Diffstat (limited to 'pkgs/desktops')
-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"