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 08:46:16 +0000
committerMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2014-12-22 08:47:21 +0000
commit59e22e88792256f3b674a93c0b5b3d01f4bee32d (patch)
tree354e00f48ad90122a11114e6ff14669330df07d6 /pkgs/applications/graphics/shotwell
parent6a7971bee73a560b6cb5ced97bbe364b01e3cd6d (diff)
downloadnixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar.gz
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar.bz2
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar.lz
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar.xz
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.tar.zst
nixpkgs-59e22e88792256f3b674a93c0b5b3d01f4bee32d.zip
shotwell: uses icons from gnome3.gnome_icon_theme and gnome3.gnome_icon_theme_symbolic
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 48044fba166..3bf40560d0f 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -50,7 +50,8 @@ in stdenv.mkDerivation rec {
   buildInputs = [ m4 glibc gtk3 libexif libgphoto2 libsoup libxml2 vala sqlite webkitgtk24x pkgconfig
                   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 ];
+                  makeWrapper gnome_doc_utils
+                  gnome3.gnome_icon_theme gnome3.gnome_icon_theme_symbolic ];
 
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";