mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
nushell: mark broken for 32-bit build
This commit is contained in:
parent
ba3c66cee3
commit
5554ed8e3d
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ register_shell="/usr/bin/nu"
|
||||||
# all tests fail with argument --target
|
# all tests fail with argument --target
|
||||||
make_check=no
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue