arc-theme: enable gnome shell

This commit is contained in:
José Romildo Malaquias 2020-05-13 17:04:43 -03:00
parent e4db862d82
commit d8da67f1e4

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--disable-gnome-shell" # 3.36 not supported
"--with-gnome-shell=${gnome3.gnome-shell.version}"
"--disable-cinnamon" # not equipped to test
"--disable-unity"
];