about summary refs log tree commit diff
path: root/pkgs/applications/graphics/vimiv
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/graphics/vimiv
parent22f70547f622255bdb35dedfc82d3cbc9f5b219d (diff)
downloadnixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar
nixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.gz
nixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.bz2
nixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.lz
nixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.xz
nixlib-b0c2aea20b5cec3efe3441af8b26e7f2f0af76f6.tar.zst
nixlib-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/applications/graphics/vimiv')
-rw-r--r--pkgs/applications/graphics/vimiv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/vimiv/default.nix b/pkgs/applications/graphics/vimiv/default.nix
index 5fc7e309f4df..fab85052df3b 100644
--- a/pkgs/applications/graphics/vimiv/default.nix
+++ b/pkgs/applications/graphics/vimiv/default.nix
@@ -1,5 +1,5 @@
 { lib, python3Packages, fetchFromGitHub, imagemagick, librsvg, gtk3, jhead
-, hicolor-icon-theme, gnome3
+, gnome3
 
 # Test requirements
 , dbus, xvfb_run, xdotool
@@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   checkInputs = [ python3Packages.nose dbus.daemon xvfb_run xdotool ];
-  buildInputs = [ hicolor-icon-theme gnome3.adwaita-icon-theme librsvg ];
+  buildInputs = [ gnome3.adwaita-icon-theme librsvg ];
   propagatedBuildInputs = with python3Packages; [ pillow pygobject3 gtk3 ];
 
   makeWrapperArgs = [