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

This commit is contained in:
Matthew Bauer
2020-03-06 00:45:48 -05:00
parent f8006597a8
commit 1265615594
+1 -1
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
'';