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:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
|
||||
findutils, xdg_utils, gnome3, gtk3, pythonPackages, hicolor-icon-theme,
|
||||
findutils, xdg_utils, gnome3, gtk3, pythonPackages,
|
||||
wrapGAppsHook
|
||||
}:
|
||||
|
||||
@@ -29,7 +29,6 @@ pythonPackages.buildPythonApplication rec {
|
||||
pythonPackages.pyxdg
|
||||
pythonPackages.ptyprocess
|
||||
pythonPackages.pycairo
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user