python: apply hacl patch unconditionally

This commit is contained in:
Ihar Hrachyshka
2026-03-22 14:16:04 -04:00
parent 289da69226
commit b624ca79ab
@@ -427,7 +427,7 @@ stdenv.mkDerivation (finalAttrs: {
# backport fix for https://github.com/python/cpython/issues/95855
./platform-triplet-detection.patch
]
++ optionals (static && pythonAtLeast "3.14") [
++ optionals (pythonAtLeast "3.14") [
# https://github.com/python/cpython/issues/146264
# https://github.com/python/cpython/pull/146265
./3.14/hacl-static-ldeps-for-static-modules.patch