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