pantheon.elementary-greeter: pick up hardcoded icon theme

wrapGAppsHook no longer pick up XDG_ICON_DIRS for us.
This commit is contained in:
Bobby Rong 2022-03-18 10:47:26 +08:00
parent 094b68cdc8
commit b856f4ef60
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -91,8 +91,11 @@ stdenv.mkDerivation rec {
# for the compositor
--prefix PATH : "$out/bin"
# the theme is hardcoded
# the GTK theme is hardcoded
--prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
# the icon theme is hardcoded
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
)
'';