gtk-icon-cache: get native gtk3 for icon cache

gstqt5
Matthew Bauer 2020-03-05 20:52:04 -05:00
parent f8006597a8
commit 1265615594
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ with lib;
if [ -w "$themedir" ]; then
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
done
'';