pantheon.wingpanel: ensure themes are in XDG_DATA_DIRS
This commit is contained in:
parent
4828df8ab7
commit
2bc1a8f9e3
@ -14,6 +14,8 @@
|
|||||||
, mutter
|
, mutter
|
||||||
, json-glib
|
, json-glib
|
||||||
, python3
|
, python3
|
||||||
|
, elementary-gtk-theme
|
||||||
|
, elementary-icon-theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
elementary-gtk-theme
|
||||||
|
elementary-icon-theme
|
||||||
gala
|
gala
|
||||||
granite
|
granite
|
||||||
gtk3
|
gtk3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user