mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nushell: broken on ppc*
This commit is contained in:
parent
ad66ec8fe7
commit
d56c3c6940
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="arrow-rs parquet is busted garbage";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue