treewide: drop adding hicolor-icon-theme where possible

This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
This commit is contained in:
worldofpeace
2019-09-18 22:47:26 +02:00
committed by Jan Tojnar
parent 22f70547f6
commit b0c2aea20b
71 changed files with 88 additions and 150 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, gtk3, gmime, gnutls,
webkitgtk, libesmtp, openssl, libnotify, gtkspell3, gpgme,
libcanberra-gtk3, libsecret, gtksourceview, gobject-introspection,
hicolor-icon-theme, wrapGAppsHook
wrapGAppsHook
}:
stdenv.mkDerivation rec {
@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
pkgconfig
intltool
gobject-introspection
hicolor-icon-theme
wrapGAppsHook
];