mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
firefox: provide clang configure flags on i686
With the upgrade to firefox 62 clang flags are now required on i686.
This commit is contained in:
parent
747500e0cf
commit
acf4a4eff3
@ -152,8 +152,7 @@ stdenv.mkDerivation (rec {
|
||||
"--enable-default-toolkit=cairo-gtk${if gtk3Support then "3" else "2"}"
|
||||
]
|
||||
++ 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
|
||||
++ lib.optionals (lib.versionAtLeast version "56") [
|
||||
"--with-libclang-path=${llvmPackages.libclang}/lib"
|
||||
"--with-clang-path=${llvmPackages.clang}/bin/clang"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user