summary refs log tree commit diff
path: root/pkgs/tools/misc/yad
diff options
context:
space:
mode:
authorSergey Mironov <grrwlf@gmail.com>2014-01-10 13:50:10 +0400
committerRok Garbas <rok@garbas.si>2014-01-11 19:29:02 +0100
commit674f21c6683fd6e0febe9b5527a7af7cbd01e3ed (patch)
tree33e86a0095486d3c387cc68ec69b34212a9be734 /pkgs/tools/misc/yad
parent0223847b6af93846fa0d558cc9564be8bfe02410 (diff)
downloadnixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar.gz
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar.bz2
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar.lz
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar.xz
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.tar.zst
nixpkgs-674f21c6683fd6e0febe9b5527a7af7cbd01e3ed.zip
yad: fix (remove) icon-theme.cache
Diffstat (limited to 'pkgs/tools/misc/yad')
-rw-r--r--pkgs/tools/misc/yad/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/yad/default.nix b/pkgs/tools/misc/yad/default.nix
index ed22f1a43a4..fcdf5095d70 100644
--- a/pkgs/tools/misc/yad/default.nix
+++ b/pkgs/tools/misc/yad/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ pkgconfig intltool ];
 
+  preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
+
   meta = {
     homepage = "http://code.google.com/p/yad/";
     description = "Yad (yet another dialog) is a GUI dialog tool for shell scripts";