3
0
Fork 0
forked from mirrors/nixpkgs

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