diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index d9c4164cf7e..1f726666eb3 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -23,6 +23,13 @@ if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std" fi +case "$XBPS_TARGET_MACHINE" in + ppc64*) ;; + ppc*) + broken="https://github.com/console-rs/indicatif/blob/main/src/state.rs#L2" + ;; +esac + post_extract() { mv ../target-lexicon* target-lexicon echo "[patch.crates-io]" >> Cargo.toml