mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
gtk-icon-cache: get native gtk3 for icon cache
This commit is contained in:
parent
f8006597a8
commit
1265615594
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue