summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2014-12-22 09:35:24 +0000
committerMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2014-12-22 09:36:20 +0000
commit29575e4901ce13dae5abe9e0d0fad46a25976032 (patch)
tree857c12d6ad34a516264dc3bb43d905bc88a801e1 /pkgs/applications/graphics/shotwell
parent1aacda549056eef234d14874cf7ffe0e4a8a2156 (diff)
downloadnixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar.gz
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar.bz2
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar.lz
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar.xz
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.tar.zst
nixpkgs-29575e4901ce13dae5abe9e0d0fad46a25976032.zip
Also install hicolor_icon_theme.
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index a71d326242a..223f632f937 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -1,6 +1,6 @@
 { fetchurl, stdenv, m4, glibc, gtk3, libexif, libgphoto2, libsoup, libxml2, vala, sqlite, webkitgtk24x
 , pkgconfig, gnome3, gst_all_1, which, udev, libraw, glib, json_glib, gettext, desktop_file_utils
-, lcms2, gdk_pixbuf, librsvg, makeWrapper, gnome_doc_utils }:
+, lcms2, gdk_pixbuf, librsvg, makeWrapper, gnome_doc_utils, hicolor_icon_theme }:
 
 # for dependencies see http://www.yorba.org/projects/shotwell/install/
 
@@ -52,7 +52,8 @@ 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 ];
+                  gnome3.gnome_icon_theme gnome3.gnome_icon_theme_symbolic
+                  hicolor_icon_theme ];
 
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";