kde5.plasma-workspace: remove redundant propagatedUserEnvPkgs

This commit is contained in:
Thomas Tuegel 2016-01-31 17:01:48 -06:00
parent 7b11d5066a
commit 30d6a71995

View file

@ -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;
}