python3Packages.ipv8-rust-tunnels: enable pyo3 abi3 forward compat for python 3.14 (#518963)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user