Skip to content

Commit

Permalink
Merge pull request #227723 from amjoseph-nixpkgs/pr/chromium/dont-str…
Browse files Browse the repository at this point in the history
…ip-prefixes-for-cross
  • Loading branch information
Artturin authored Jun 23, 2023
2 parents 3d26cb3 + 954e7dc commit 66e9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ let
# Allow building against system libraries in official builds
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' tools/generate_shim_headers/generate_shim_headers.py
'' + lib.optionalString stdenv.isAarch64 ''
'' + lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform && stdenv.hostPlatform.isAarch64) ''
substituteInPlace build/toolchain/linux/BUILD.gn \
--replace 'toolprefix = "aarch64-linux-gnu-"' 'toolprefix = ""'
'' + lib.optionalString ungoogled ''
Expand Down

0 comments on commit 66e9607

Please sign in to comment.