python3Minimal: exclude zstd on minimal

Evade eval errors during bootstrap.
This commit is contained in:
Martin Weinelt
2026-05-11 22:54:37 +02:00
parent 2fb194308f
commit 6c1d92dac9
@@ -31,6 +31,7 @@
sqlite,
xz,
zlib,
withZstd ? !withMinimalDeps,
zstd,
# platform-specific dependencies
@@ -289,7 +290,7 @@ let
++ optionals withExpat [
expat
]
++ optionals (passthru.pythonAtLeast "3.14") [
++ optionals (withZstd && passthru.pythonAtLeast "3.14") [
zstd
]
++ optionals bluezSupport [