From c39b60709f213cf4c40160dd67c22f9a9b8a0350 Mon Sep 17 00:00:00 2001 From: Anund Date: Sun, 15 Dec 2024 12:53:11 +1100 Subject: [PATCH] nix: address warning to use toplevel adwaita-icon-theme --- nix/devShell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/devShell.nix b/nix/devShell.nix index b2502d92d..5e86427fe 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -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 ''