stdenvNoCC: fix extraBuildInputs on Darwin (#429386)

This commit is contained in:
Emily
2025-08-10 07:47:45 +01:00
committed by GitHub
+2 -2
View File
@@ -54,8 +54,8 @@ in
# `stdenv` without a C compiler. Passing in this helps avoid infinite
# recursions, and may eventually replace passing in the full stdenv.
stdenvNoCC ? (
stdenv.override {
stdenvNoCC ? stdenv.override (
{
cc = null;
hasCC = false;
}