Loading
onnxruntime,python3.pkgs.onnxruntime: fix runtime w/ glibc-2.42
Failing Hydra build: https://hydra.nixos.org/build/308650242 The libraries require an execstack even though it's not necessary. This got fixed upstream already[1], but this doesn't apply cleanly on the version we have. [1] https://github.com/microsoft/onnxruntime/pull/25200