mate-desktop: remove unneeded dependencies gnome3.defaultIconTheme and gnome3.gnome_themes_standard

This commit is contained in:
romildo 2017-09-01 17:18:59 -03:00
parent 88bb678bab
commit b02f227791

@ -20,11 +20,6 @@ stdenv.mkDerivation rec {
buildInputs = [
gnome3.dconf
gnome3.gtk
gnome3.defaultIconTheme
];
propagatedUserEnvPkgs = [
gnome3.gnome_themes_standard
];
meta = with stdenv.lib; {