firefox: fix clang dependency
This commit is contained in:
parent
b48569d5c6
commit
3d4f3091fc
@ -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.clang-unwrapped.lib}/lib"
|
||||
"--with-clang-path=${llvmPackages.clang}/bin/clang"
|
||||
]
|
||||
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [
|
||||
|
Loading…
Reference in New Issue
Block a user