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,6 +1,6 @@
|
||||
{ lib, python3Packages, gtk3, cairo
|
||||
, aspellDicts, buildEnv
|
||||
, gnome3, hicolor-icon-theme, librsvg
|
||||
, gnome3, librsvg
|
||||
, xvfb_run, dbus, libnotify
|
||||
}:
|
||||
|
||||
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
checkInputs = [ xvfb_run dbus.daemon ] ++ (with python3Packages; [ paperwork-backend ]);
|
||||
buildInputs = [
|
||||
gnome3.adwaita-icon-theme hicolor-icon-theme libnotify librsvg
|
||||
gnome3.adwaita-icon-theme libnotify librsvg
|
||||
];
|
||||
|
||||
# A few parts of chkdeps need to have a display and a dbus session, so we not
|
||||
|
||||
Reference in New Issue
Block a user