deepin.deepin-icon-theme: update icon cache before fixup

This avoids updating icon cache of parent icon themes, which are added
as symbolic links in the nix store (at the fixup phase), which is not
writable.
This commit is contained in:
José Romildo 2023-11-21 12:31:33 -03:00
parent 41c836ad8e
commit c410675631

View File

@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation rec {
dontDropIconThemeCache = true;
postFixup = ''
preFixup = ''
for theme in $out/share/icons/*; do
gtk-update-icon-cache $theme
done