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:
parent
41c836ad8e
commit
c410675631
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
postFixup = ''
|
||||
preFixup = ''
|
||||
for theme in $out/share/icons/*; do
|
||||
gtk-update-icon-cache $theme
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue