firefox: fix clang dependency

This commit is contained in:
Robin Gloster 2018-01-17 13:39:57 +01:00
parent b48569d5c6
commit 3d4f3091fc
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

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.clang-unwrapped.lib}/lib"
"--with-clang-path=${llvmPackages.clang}/bin/clang"
]
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [