nixpkgs/pkgs/development/python-modules/chia-rs/fix-build.patch
2023-01-05 13:20:50 +01:00

13 lines
470 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,5 @@
-# the "wheel" crate is excluded from the workspace because pyo3 has problems with
-# "cargo test" and "cargo bench"
[workspace]
-members = ["wasm", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
-exclude = ["wheel"]
+members = ["wasm", "wheel", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
[package]
name = "chia"