nix: address warning to use toplevel adwaita-icon-theme

pull/2993/head
Anund 2024-12-15 12:53:11 +11:00
parent 56f285cbc2
commit c39b60709f
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
glslang,
gtk4,
libadwaita,
gnome,
adwaita-icon-theme,
hicolor-icon-theme,
harfbuzz,
libpng,
@ -165,7 +165,7 @@ in
# is available (namely icons).
# Minimal subset of env set by wrapGAppsHook4 for icons and global settings
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${hicolor-icon-theme}/share:${gnome.adwaita-icon-theme}/share
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${hicolor-icon-theme}/share:${adwaita-icon-theme}/share
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$GSETTINGS_SCHEMAS_PATH # from glib setup hook
'')
+ (lib.optionalString stdenv.hostPlatform.isDarwin ''