pantheon.wingpanel: ensure themes are in XDG_DATA_DIRS

This commit is contained in:
worldofpeace 2019-09-13 21:17:02 -04:00
parent 4828df8ab7
commit 2bc1a8f9e3

View File

@ -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