gtk-icon-cache: get native gtk3 for icon cache
This commit is contained in:
parent
f8006597a8
commit
1265615594
|
@ -77,7 +77,7 @@ with lib;
|
||||||
|
|
||||||
if [ -w "$themedir" ]; then
|
if [ -w "$themedir" ]; then
|
||||||
rm -f "$themedir"/icon-theme.cache
|
rm -f "$themedir"/icon-theme.cache
|
||||||
${pkgs.gtk3.out}/bin/gtk-update-icon-cache --ignore-theme-index "$themedir"
|
${pkgs.buildPackages.gtk3.out}/bin/gtk-update-icon-cache --ignore-theme-index "$themedir"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue