From 7b73bda03a311a848e1846ea403152ebecd427dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 27 Dec 2024 16:25:52 +0700 Subject: [PATCH] telegram-desktop: broken on cross wordsize --- srcpkgs/telegram-desktop/template | 4 ++++ 1 file changed, 4 insertions(+) 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