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:
parent
019e6fdd78
commit
76ab64ad6c
@ -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"
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user