summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-05-19 14:40:04 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-05-19 14:40:04 +0200
commit1b6401fd2e5de0b89dd181d0602e67036ec72c37 (patch)
treed24fa04583f9d076a4af96daf6457dbbed87532f /pkgs/applications/graphics/shotwell
parent2274382be9fe6a79299e2637ec50db172619cabc (diff)
downloadnixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar.gz
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar.bz2
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar.lz
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar.xz
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.tar.zst
nixlib-1b6401fd2e5de0b89dd181d0602e67036ec72c37.zip
More usage of gnome3.defaultIconTheme
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 629126503c92..d438bb77b859 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -51,8 +51,7 @@ in stdenv.mkDerivation rec {
                   gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.libgee which udev gnome3.gexiv2
                   libraw rest json_glib gettext desktop_file_utils glib lcms2 gdk_pixbuf librsvg
                   makeWrapper gnome_doc_utils
-                  gnome3.gnome_icon_theme gnome3.gnome_icon_theme_symbolic
-                  hicolor_icon_theme ];
+                  gnome3.defaultIconTheme ];
 
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";