darwin.stdenv: fix infinite recursion due to Python 3.14 upgrade

This commit is contained in:
Randy Eckenrode
2026-05-30 03:53:16 +02:00
committed by Martin Weinelt
parent ef431c73be
commit 8fc19d25f3
+1
View File
@@ -603,6 +603,7 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
python3-bootstrap = super.python3.override {
self = self.python3-bootstrap;
pythonAttr = "python3-bootstrap";
zstd = null; # Avoid infinite recursion due to zstd depending on libiconv, which depends on Python via Meson.
enableLTO = false;
};