diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index 64a35825e9a..dd538981fdd 100644 --- a/srcpkgs/fcitx5-qt/template +++ b/srcpkgs/fcitx5-qt/template @@ -17,6 +17,10 @@ distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.t checksum=f054e482a1743080651ae34bfe156e150f628c4181210e03ac50d30a1cfff609 lib32disabled=yes +if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then + nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/46991/steps/shell_3/logs/stdio" +fi + post_install() { local _file for _file in $(grep -rl 'SPDX-License-Identifier: BSD-3-Clause' qt5 qt6)