arc-theme: disable GNOME Shell support

Upstream is dead and does not support GNOME 3.36
This commit is contained in:
Jan Tojnar 2020-03-17 01:34:38 +01:00
parent c5523ba1bf
commit 2044b58ef3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--with-gnome-shell=${stdenv.lib.versions.majorMinor gnome3.gnome-shell.version}"
"--disable-gnome-shell" # 3.36 not supported
"--disable-unity"
];