stdenvNoCC: fix extraBuildInputs on Darwin

Closes: #371465
Fixes: 4928668e21
This commit is contained in:
Emily
2025-07-29 16:05:10 +01:00
parent 8d3f059d13
commit 731391c2b9
+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;
}