chromium: Configure aarch64 toolchain

authored by

Andrew Childs and committed by
Tuomas Tynkkynen
e8926be6 6daf8f29

+3
+3
pkgs/applications/networking/browsers/chromium/common.nix
··· 201 \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \ 202 -delete 203 done 204 ''; 205 206 gnFlags = mkGnFlags ({
··· 201 \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \ 202 -delete 203 done 204 + '' + optionalString stdenv.isAarch64 '' 205 + substituteInPlace build/toolchain/linux/BUILD.gn \ 206 + --replace 'toolprefix = "aarch64-linux-gnu-"' 'toolprefix = ""' 207 ''; 208 209 gnFlags = mkGnFlags ({