Skip to content

Commit

Permalink
Merge pull request #227707 from amjoseph-nixpkgs/pr/chromium/cross/py…
Browse files Browse the repository at this point in the history
…thon3
  • Loading branch information
Artturin committed May 1, 2023
2 parents 586616f + 1de8d2f commit bae216f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
buildFun:

let
python3WithPackages = python3.withPackages(ps: with ps; [
python3WithPackages = python3.pythonForBuild.withPackages(ps: with ps; [
ply jinja2 setuptools
]);
clangFormatPython3 = fetchurl {
Expand Down Expand Up @@ -315,7 +315,7 @@ let
# This is to ensure expansion of $out.
libExecPath="${libExecPath}"
${python3}/bin/python3 build/linux/unbundle/replace_gn_files.py --system-libraries ${toString gnSystemLibraries}
${python3.pythonForBuild}/bin/python3 build/linux/unbundle/replace_gn_files.py --system-libraries ${toString gnSystemLibraries}
${gnChromium}/bin/gn gen --args=${lib.escapeShellArg gnFlags} out/Release | tee gn-gen-outputs.txt
# Fail if `gn gen` contains a WARNING.
Expand Down

0 comments on commit bae216f

Please sign in to comment.