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,4 +1,4 @@
{stdenv, fetchurl, gtk2, pkgconfig, hicolor-icon-theme }:
{stdenv, fetchurl, gtk2, pkgconfig }:
stdenv.mkDerivation {
name = "gtkdialog-0.8.3";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 hicolor-icon-theme ];
buildInputs = [ gtk2 ];
meta = {
homepage = https://code.google.com/archive/p/gtkdialog/;