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

This commit is contained in:
Matthew Bauer 2020-03-05 20:52:04 -05:00
parent f8006597a8
commit 1265615594

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
'';