diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 98b7516a08..29d8c1dc9b 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -22,6 +22,10 @@ if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio' fi +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="arrow-rs parquet is busted garbage";; +esac + post_install() { vlicense LICENSE }