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 , 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 15 , 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)) {