summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/games
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/desktops/gnome-3/games
parent22f70547f622255bdb35dedfc82d3cbc9f5b219d (diff)
downloadnixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.gz
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.bz2
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.lz
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.xz
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.zst
nixpkgs-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.zip
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/desktops/gnome-3/games')
-rw-r--r--pkgs/desktops/gnome-3/games/gnome-robots/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/games/gnome-robots/default.nix b/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
index 46723867f8a..cabedf74368 100644
--- a/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
+++ b/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
 , librsvg, libcanberra-gtk3, gettext, itstool, libxml2, libgnome-games-support
-, libgee, meson, ninja, python3, desktop-file-utils , hicolor-icon-theme, adwaita-icon-theme }:
+, libgee, meson, ninja, python3, desktop-file-utils, adwaita-icon-theme }:
 
 stdenv.mkDerivation rec {
   pname = "gnome-robots";
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     pkgconfig meson ninja python3
     libxml2 wrapGAppsHook gettext itstool desktop-file-utils
-    hicolor-icon-theme # For setup-hook
   ];
   buildInputs = [
     gtk3 librsvg libcanberra-gtk3 libgnome-games-support libgee adwaita-icon-theme