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
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, buildPythonApplication, fetchFromGitHub
, gtk3, wrapGAppsHook, gst_all_1, gobject-introspection
, python3Packages, gnome3, hicolor-icon-theme }:
, python3Packages, gnome3 }:
buildPythonApplication {
pname = "gscrabble";
@@ -19,7 +19,7 @@ buildPythonApplication {
buildInputs = with gst_all_1; [
gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad
hicolor-icon-theme gnome3.adwaita-icon-theme gtk3 gobject-introspection
gnome3.adwaita-icon-theme gtk3 gobject-introspection
];
propagatedBuildInputs = with python3Packages; [ gst-python pygobject3 ];