pantheon.wingpanel: ensure themes are in XDG_DATA_DIRS
This commit is contained in:
parent
4828df8ab7
commit
2bc1a8f9e3
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
, mutter
|
||||
, json-glib
|
||||
, python3
|
||||
, elementary-gtk-theme
|
||||
, elementary-icon-theme
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
elementary-gtk-theme
|
||||
elementary-icon-theme
|
||||
gala
|
||||
granite
|
||||
gtk3
|
||||
|
|
Loading…
Reference in a new issue