gnome3.gnome-online-accounts: add hicolor-icon-theme for setup-hook

This commit is contained in:
worldofpeace 2019-03-24 10:10:10 -04:00 committed by Jan Tojnar
parent e096cb7a0e
commit ce6269c34b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk3, wrapGAppsHook { stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk3, wrapGAppsHook
, webkitgtk, json-glib, librest, libsecret, gtk-doc, gobject-introspection , webkitgtk, json-glib, librest, libsecret, gtk-doc, gobject-introspection
, gettext, icu, glib-networking , gettext, icu, glib-networking, hicolor-icon-theme
, libsoup, docbook_xsl, docbook_xml_dtd_412, gnome3, gcr, kerberos , libsoup, docbook_xsl, docbook_xml_dtd_412, gnome3, gcr, kerberos
}: }:
@ -31,6 +31,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig gobject-introspection vala gettext wrapGAppsHook pkgconfig gobject-introspection vala gettext wrapGAppsHook
libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc
hicolor-icon-theme # for setup-hook
]; ];
buildInputs = [ buildInputs = [
glib gtk3 webkitgtk json-glib librest libsecret glib-networking icu libsoup glib gtk3 webkitgtk json-glib librest libsecret glib-networking icu libsoup