Merge pull request #19556 from mimadrid/fix/gthumb
gthumb: hicolor_icon_theme dependency
This commit is contained in:
commit
f72666e17e
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, gnome3, itstool, libxml2, pkgconfig, intltool,
|
{ stdenv, fetchurl, gnome3, itstool, libxml2, pkgconfig, intltool,
|
||||||
exiv2, libjpeg, libtiff, gstreamer, libraw, libsoup, libsecret,
|
exiv2, libjpeg, libtiff, gstreamer, libraw, libsoup, libsecret,
|
||||||
libchamplain, librsvg, libwebp, json_glib, webkit, lcms2, bison,
|
libchamplain, librsvg, libwebp, json_glib, webkit, lcms2, bison,
|
||||||
flex, wrapGAppsHook }:
|
flex, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ itstool libxml2 intltool glib gtk gsettings_desktop_schemas dconf
|
[ itstool libxml2 intltool glib gtk gsettings_desktop_schemas dconf
|
||||||
exiv2 libjpeg libtiff gstreamer libraw libsoup libsecret libchamplain
|
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;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user