mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
nix: address warning to use toplevel adwaita-icon-theme (#2993)
Preempt `nix develop` breaking when https://github.com/NixOS/nixpkgs/pull/357818 turns the current warning message into an error. I agree to re-license my commits to MIT
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
glslang,
|
glslang,
|
||||||
gtk4,
|
gtk4,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
gnome,
|
adwaita-icon-theme,
|
||||||
hicolor-icon-theme,
|
hicolor-icon-theme,
|
||||||
harfbuzz,
|
harfbuzz,
|
||||||
libpng,
|
libpng,
|
||||||
@ -165,7 +165,7 @@ in
|
|||||||
# is available (namely icons).
|
# is available (namely icons).
|
||||||
|
|
||||||
# Minimal subset of env set by wrapGAppsHook4 for icons and global settings
|
# 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
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$GSETTINGS_SCHEMAS_PATH # from glib setup hook
|
||||||
'')
|
'')
|
||||||
+ (lib.optionalString stdenv.hostPlatform.isDarwin ''
|
+ (lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||||
|
Reference in New Issue
Block a user