elementary-planner: pick up hardcoded icon theme

With https://github.com/NixOS/nixpkgs/pull/163623, we need to handle
the hardcoded icon theme ourselves.

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2022-03-18 09:55:41 +08:00
parent 019e6fdd78
commit 76ab64ad6c
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -78,6 +78,8 @@ stdenv.mkDerivation rec {
gappsWrapperArgs+=(
# The GTK theme is hardcoded.
--prefix XDG_DATA_DIRS : "${pantheon.elementary-gtk-theme}/share"
# The icon theme is hardcoded.
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
)
'';