forked from mirrors/nixpkgs
firefox: remove --disable-xcode-checks
Apparently it's not needed anymore!
This commit is contained in:
parent
77085f8324
commit
090985a443
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ stdenv.mkDerivation (rec {
|
||||||
"--disable-gconf"
|
"--disable-gconf"
|
||||||
"--enable-default-toolkit=${default-toolkit}"
|
"--enable-default-toolkit=${default-toolkit}"
|
||||||
]
|
]
|
||||||
++ lib.optional stdenv.isDarwin "--disable-xcode-checks"
|
|
||||||
++ lib.optional (lib.versionOlder version "61") "--enable-system-hunspell"
|
++ lib.optional (lib.versionOlder version "61") "--enable-system-hunspell"
|
||||||
++ lib.optionals (lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
|
++ lib.optionals (lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
|
||||||
# on i686-linux: --with-libclang-path is not available in this configuration
|
# on i686-linux: --with-libclang-path is not available in this configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue