diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 932f74a0ebb..98b7516a086 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -18,6 +18,10 @@ register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no +if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then + broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio' +fi + post_install() { vlicense LICENSE }