1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

xfce: remove icon caches (close #1207)

vcunat deleted another one
This commit is contained in:
Sergey Mironov 2013-11-12 15:44:20 +04:00 committed by Vladimír Čunát
parent 9220d5b002
commit 86038eaa1d
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
libstartup_notification
];
preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
enableParallelBuilding = true;
meta = {

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig thunar intltool exo gtk udev libxfce4ui libxfce4util xfconf ];
enableParallelBuilding = true;
preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
meta = {
homepage = http://foo-projects.org/~benny/projects/thunar-archive-plugin/;
description = "The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager";