Merge pull request #256733 from yu-re-ka/chromium-cross

chromium: fix cross

authored by

Weijia Wang and committed by
GitHub
c1bb79af e05e3f45

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