about summary refs log tree commit diff
path: root/pkgs/applications/networking/weather
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-12 10:25:05 -0400
committerJan Tojnar <jtojnar@gmail.com>2019-09-18 22:47:26 +0200
commitb0c2aea20b5cec3efe3441af8b26e7f2f0af76f6 (patch)
tree1d1540f347139557f9dbd6f1ca349227c3095494 /pkgs/applications/networking/weather
parent22f70547f622255bdb35dedfc82d3cbc9f5b219d (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/weather')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 88d33a9a9f3c8..5fe52d5f33dbe 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -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