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,7 +1,6 @@
|
||||
{ stdenv, fetchFromGitLab, vala, python3, pkgconfig, meson, ninja, gtk3
|
||||
, json-glib, libsoup, webkitgtk, geocode-glib
|
||||
, libappindicator, desktop-file-utils, appstream, wrapGAppsHook
|
||||
, hicolor-icon-theme }:
|
||||
, libappindicator, desktop-file-utils, appstream, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "meteo";
|
||||
@@ -28,7 +27,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
geocode-glib
|
||||
gtk3
|
||||
hicolor-icon-theme
|
||||
json-glib
|
||||
libappindicator
|
||||
libsoup
|
||||
|
||||
Reference in New Issue
Block a user