firefox: use libclang

This commit is contained in:
Daiderd Jordan 2018-01-16 22:19:02 +01:00
parent eee6eef6af
commit f7c7dec43f
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -132,7 +132,7 @@ stdenv.mkDerivation (rec {
]
++ lib.optionals (stdenv.lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
# on i686-linux: --with-libclang-path is not available in this configuration
"--with-libclang-path=${llvmPackages.clang-unwrapped}/lib"
"--with-libclang-path=${llvmPackages.libclang}/lib"
"--with-clang-path=${llvmPackages.clang}/bin/clang"
]
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [