firefox: readd --disable-xcode-checks

Only works on version 61 apparently, but it is needed.
This commit is contained in:
Matthew Bauer 2018-08-23 13:09:16 -05:00
parent 3afef4a3da
commit 7974e45689

@ -185,6 +185,7 @@ stdenv.mkDerivation (rec {
"--disable-gconf"
"--enable-default-toolkit=${default-toolkit}"
]
++ lib.optional (stdenv.isDarwin && lib.versionAtLeast version "61") "--disable-xcode-checks"
++ lib.optional (lib.versionOlder version "61") "--enable-system-hunspell"
++ lib.optionals (lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
# on i686-linux: --with-libclang-path is not available in this configuration