chromium{Beta,Dev}: Fix the linking
Linking with ThinLTO (required for CFI) was failing as I forgot use stdenv from llvmPackages_12 in 166520812e9 (need to refactor that part).
This commit is contained in:
parent
d5fcfcb3de
commit
5768ccf6fe
@ -41,6 +41,7 @@ let
|
||||
});
|
||||
} // lib.optionalAttrs (lib.versionAtLeast upstream-info.version "90") {
|
||||
llvmPackages = llvmPackages_12;
|
||||
stdenv = llvmPackages_12.stdenv;
|
||||
});
|
||||
|
||||
browser = callPackage ./browser.nix { inherit channel enableWideVine ungoogled; };
|
||||
|
Loading…
Reference in New Issue
Block a user