python3Packages.ipv8-rust-tunnels: enable pyo3 abi3 forward compat for python 3.14 (#518963)

This commit is contained in:
Michael Daniels
2026-05-25 17:57:56 +00:00
committed by GitHub
@@ -21,6 +21,9 @@ buildPythonPackage rec {
hash = "sha256-axWG5cJtNaoZl7cG+Zyo1k+eA8pXHDWFgHqpTmQNHlo=";
};
# pyo3 0.23 has no python 3.14 support yet.
env.PYO3_USE_ABI3_FORWARD_COMPATIBILITY = true;
nativeBuildInputs = with rustPlatform; [
cargoSetupHook
maturinBuildHook