···1212, python3, perl
1313, which
1414, llvmPackages_attrName
1515-, rustc
1615, libuuid
1716, overrideCC
1817# postPatch:
···388387 # Use nixpkgs Rust compiler instead of the one shipped by Chromium.
389388 # We do intentionally not set rustc_version as nixpkgs will never do incremental
390389 # rebuilds, thus leaving this empty is fine.
391391- rust_sysroot_absolute = "${rustc}";
390390+ rust_sysroot_absolute = "${buildPackages.rustc}";
392391 # Building with rust is disabled for now - this matches the flags in other major distributions.
393392 enable_rust = false;
394393 } // lib.optionalAttrs (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform)) {