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 = [ configureFlags = [
"--disable-gnome-shell" # 3.36 not supported "--with-gnome-shell=${gnome3.gnome-shell.version}"
"--disable-cinnamon" # not equipped to test "--disable-cinnamon" # not equipped to test
"--disable-unity" "--disable-unity"
]; ];