nushell: mark broken for 32-bit build

This commit is contained in:
Đoàn Trần Công Danh 2021-07-22 10:09:04 +07:00
parent ba3c66cee3
commit 5554ed8e3d

View file

@ -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
}