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:
@@ -6,7 +6,6 @@
|
||||
, glib
|
||||
, gnome3
|
||||
, wrapGAppsHook
|
||||
, hicolor-icon-theme
|
||||
, libXtst
|
||||
, which
|
||||
}:
|
||||
@@ -22,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
buildInputs = [ jre gnome3.adwaita-icon-theme hicolor-icon-theme gtk3 ];
|
||||
buildInputs = [ jre gnome3.adwaita-icon-theme gtk3 ];
|
||||
|
||||
preFixup = with stdenv.lib; ''
|
||||
gappsWrapperArgs+=( \
|
||||
|
||||
Reference in New Issue
Block a user