Skip to content

Commit

Permalink
Merge pull request #19796 from exi/gthumb-icons
Browse files Browse the repository at this point in the history
gThumb: add defaultIconTheme dependency
  • Loading branch information
lucabrunox committed Oct 23, 2016
2 parents 8fc81ac + ee655bc commit f0a6f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/gthumb/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = with gnome3;
[ itstool libxml2 intltool glib gtk gsettings_desktop_schemas dconf
exiv2 libjpeg libtiff gstreamer libraw libsoup libsecret libchamplain
librsvg libwebp json_glib webkit lcms2 bison flex hicolor_icon_theme ];
librsvg libwebp json_glib webkit lcms2 bison flex hicolor_icon_theme defaultIconTheme ];

enableParallelBuilding = true;

Expand Down

0 comments on commit f0a6f99

Please sign in to comment.