diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index 48bf692da1b..10914e744ed 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -41,6 +41,10 @@ if [ "$XBPS_WORDSIZE" -eq 32 ]; then nodebug=yes fi +if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then + nocross="https://build.voidlinux.org/#/builders/6/builds/927" +fi + if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="UI doesn't go beyond initial screen, also LE specific code in networking" fi