summaryrefslogtreecommitdiff
path: root/nix/devShell.nix
diff options
context:
space:
mode:
authorAnund <anundm@gmail.com>2024-12-15 12:53:11 +1100
committerAnund <anundm@gmail.com>2024-12-17 14:37:20 +1100
commitc39b60709f213cf4c40160dd67c22f9a9b8a0350 (patch)
treea753382c58e03c40c3a221bb65a2b22239209f5d /nix/devShell.nix
parent56f285cbc2caba6993c9d94d352b8a39e9e21eb5 (diff)
nix: address warning to use toplevel adwaita-icon-theme
Diffstat (limited to 'nix/devShell.nix')
-rw-r--r--nix/devShell.nix4
1 files 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 ''