···54545555 # `stdenv` without a C compiler. Passing in this helps avoid infinite
5656 # recursions, and may eventually replace passing in the full stdenv.
5757- stdenvNoCC ? (
5858- stdenv.override {
5757+ stdenvNoCC ? stdenv.override (
5858+ {
5959 cc = null;
6060 hasCC = false;
6161 }