nixpkgs/pkgs/development/python-modules/vl-convert-python/libffi-sys-system-feature.patch
Anton Mosich 6ae1ab85e0
python3Packages.vl-convert-python: init at 1.7.0
Co-authored-by: Nathan Henrie <nate@n8henrie.com>
2025-06-14 19:46:28 +02:00

11 lines
379 B
Diff

diff --git a/vl-convert-python/Cargo.toml b/vl-convert-python/Cargo.toml
index 3d24fa4..25020db 100644
--- a/vl-convert-python/Cargo.toml
+++ b/vl-convert-python/Cargo.toml
@@ -22,3 +22,5 @@ lazy_static = { workspace = true }
futures = { workspace = true }
pythonize = { workspace = true }
tokio = { workspace = true }
+
+libffi = { version = "3.2.0", features = ["system"] }