stdenvNoCC: fix `extraBuildInputs` on Darwin

Closes: #371465
Fixes: 4928668e21d1efb681434c1caa95c449db9dd599

Emily 731391c2 8d3f059d

+2 -2
+2 -2
pkgs/top-level/stage.nix
··· 54 54 55 55 # `stdenv` without a C compiler. Passing in this helps avoid infinite 56 56 # recursions, and may eventually replace passing in the full stdenv. 57 - stdenvNoCC ? ( 58 - stdenv.override { 57 + stdenvNoCC ? stdenv.override ( 58 + { 59 59 cc = null; 60 60 hasCC = false; 61 61 }