1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gthumb: hicolor_icon_theme dependency

This commit is contained in:
mimadrid 2016-10-14 21:01:42 +02:00
parent 521e6b9295
commit 07fba2591d
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, gnome3, itstool, libxml2, pkgconfig, intltool,
exiv2, libjpeg, libtiff, gstreamer, libraw, libsoup, libsecret,
libchamplain, librsvg, libwebp, json_glib, webkit, lcms2, bison,
flex, wrapGAppsHook }:
flex, hicolor_icon_theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@ -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 ];
librsvg libwebp json_glib webkit lcms2 bison flex hicolor_icon_theme ];
enableParallelBuilding = true;