about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-31 17:01:48 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit30d6a7199554578b89deeed610f84097c1f35ea4 (patch)
tree5cfeafbde3add3223455eab2182a11a8b3f02924 /pkgs/desktops
parent7b11d5066a7bd019466332e321e958ed03c53455 (diff)
downloadnixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar.gz
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar.bz2
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar.lz
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar.xz
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.tar.zst
nixlib-30d6a7199554578b89deeed610f84097c1f35ea4.zip
kde5.plasma-workspace: remove redundant propagatedUserEnvPkgs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5.5/plasma-mediacenter.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5.5/plasma-mediacenter.nix b/pkgs/desktops/plasma-5.5/plasma-mediacenter.nix
index afd8a18bbbd6..7088f45d64e2 100644
--- a/pkgs/desktops/plasma-5.5/plasma-mediacenter.nix
+++ b/pkgs/desktops/plasma-5.5/plasma-mediacenter.nix
@@ -17,7 +17,4 @@ plasmaPackage rec {
     baloo kactivities kdeclarative kfilemetadata ki18n kio
     plasma-framework
   ];
-  # All propagatedBuildInputs should be present in the profile because
-  # wrappers cannot be used here.
-  propagatedUserEnvPkgs = propagatedBuildInputs;
 }