gnome-calendar: Depend on gnome3.defaultIconTheme instead of hicolor_icon_theme

This commit is contained in:
Jascha Geerds 2015-08-20 22:05:45 +02:00
parent 58c02a0cbe
commit 2e91746661

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook { stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, intltool, evolution_data_server, sqlite, libxml2, libsoup , intltool, evolution_data_server, sqlite, libxml2, libsoup
, glib, hicolor_icon_theme }: , glib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnome-calendar-${gnome3.version}.2"; name = "gnome-calendar-${gnome3.version}.2";
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
pkgconfig gtk3 wrapGAppsHook intltool evolution_data_server pkgconfig gtk3 wrapGAppsHook intltool evolution_data_server
sqlite libxml2 libsoup glib hicolor_icon_theme sqlite libxml2 libsoup glib gnome3.defaultIconTheme
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {