telegram-desktop: broken for now

This commit is contained in:
classabbyamp 2024-10-15 18:28:16 -04:00
parent 9b740e1e93
commit f5c9424ba8
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ checksum=96146ef8b0eeb974e0dda5a374b01fe9a9869286218870814a094806f4c53218
build_options="spellcheck"
build_options_default="spellcheck"
broken="https://build.voidlinux.org/#/builders/4/builds/220"
case $XBPS_TARGET_MACHINE in
armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
mips*) broken="unsupported";;