summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-02-24 10:51:46 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 15:55:24 +0100
commitaae9e49cbc0c8211532cb43c03cd73a97079a2bc (patch)
treebc6c91367461b1b1e3fb43087d0b14dd69a593b7 /pkgs/applications/graphics
parentf43d759bc410de0f04523c8f13979e529794ddbd (diff)
downloadnixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar.gz
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar.bz2
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar.lz
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar.xz
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.tar.zst
nixpkgs-aae9e49cbc0c8211532cb43c03cd73a97079a2bc.zip
Add setup-hook to hicolor_icon_theme
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 223f632f937..629126503c9 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -44,7 +44,6 @@ in stdenv.mkDerivation rec {
      --set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \
      --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gtk3}/share:$out/share:$GSETTINGS_SCHEMAS_PATH" \
      --prefix GIO_EXTRA_MODULES : "${gnome3.dconf}/lib/gio/modules"
-    rm $out/share/icons/hicolor/icon-theme.cache
   '';