summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.16
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-21 15:17:26 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-21 15:17:26 -0700
commit64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f (patch)
tree141cdac78ab7c937d4599c6a9e285335e752ef4e /pkgs/desktops/gnome-3/3.16
parent92a2ee7debd941c2147c5fa3fc465eb7492459d6 (diff)
parent6d6eb1913a38adf6fcd5c7bbab1208da9dc6d456 (diff)
downloadnixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar.gz
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar.bz2
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar.lz
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar.xz
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.tar.zst
nixpkgs-64cd711f5c54b8c3e4a489b15ae1c0c0d8e98b2f.zip
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/desktops/gnome-3/3.16')
-rw-r--r--pkgs/desktops/gnome-3/3.16/apps/gnome-calendar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/3.16/apps/gnome-calendar/default.nix b/pkgs/desktops/gnome-3/3.16/apps/gnome-calendar/default.nix
index 38c4b930b03..805c2482e9b 100644
--- a/pkgs/desktops/gnome-3/3.16/apps/gnome-calendar/default.nix
+++ b/pkgs/desktops/gnome-3/3.16/apps/gnome-calendar/default.nix
@@ -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; {