about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/gnome-online-accounts
diff options
context:
space:
mode:
authorworldofpeace2019-03-24 10:10:10 -0400
committerJan Tojnar2019-04-05 12:14:03 +0200
commitce6269c34bdf28be5e7b4fd3790ec6c33a362268 (patch)
treea7d20d85d8405ffa4ad0b97ff6629e2190ac9db0 /pkgs/desktops/gnome-3/core/gnome-online-accounts
parente096cb7a0ef57eb83ebf7963a3a51ae0186b758d (diff)
gnome3.gnome-online-accounts: add hicolor-icon-theme for setup-hook
Diffstat (limited to 'pkgs/desktops/gnome-3/core/gnome-online-accounts')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix b/pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix
index 8ea6b3ae7e3e..9ae4a572d93b 100644
--- a/pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk3, wrapGAppsHook
 , 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
 }:
 
@@ -31,6 +31,7 @@ in stdenv.mkDerivation rec {
   nativeBuildInputs = [
     pkgconfig gobject-introspection vala gettext wrapGAppsHook
     libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc
+    hicolor-icon-theme # for setup-hook
   ];
   buildInputs = [
     glib gtk3 webkitgtk json-glib librest libsecret glib-networking icu libsoup