···12, python3, perl
13, which
14, llvmPackages_attrName
15-, rustc
16, libuuid
17, overrideCC
18# postPatch:
···388 # Use nixpkgs Rust compiler instead of the one shipped by Chromium.
389 # We do intentionally not set rustc_version as nixpkgs will never do incremental
390 # rebuilds, thus leaving this empty is fine.
391- rust_sysroot_absolute = "${rustc}";
392 # Building with rust is disabled for now - this matches the flags in other major distributions.
393 enable_rust = false;
394 } // lib.optionalAttrs (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform)) {
···12, python3, perl
13, which
14, llvmPackages_attrName
015, libuuid
16, overrideCC
17# postPatch:
···387 # Use nixpkgs Rust compiler instead of the one shipped by Chromium.
388 # We do intentionally not set rustc_version as nixpkgs will never do incremental
389 # rebuilds, thus leaving this empty is fine.
390+ rust_sysroot_absolute = "${buildPackages.rustc}";
391 # Building with rust is disabled for now - this matches the flags in other major distributions.
392 enable_rust = false;
393 } // lib.optionalAttrs (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform)) {