buck2: Use stdenvNoCC

This commit is contained in:
Claudio Bley 2024-11-09 13:44:10 +01:00
parent 982ff0b08e
commit da9757048d

View File

@ -16939,7 +16939,7 @@ with pkgs;
python3 = python311;
};
buck2 = callPackage ../development/tools/build-managers/buck2 { };
buck2 = callPackage ../development/tools/build-managers/buck2 { stdenv = stdenvNoCC; };
build2 = callPackage ../development/tools/build-managers/build2 {
# Break cycle by using self-contained toolchain for bootstrapping