diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index 60e75459096..a37346ff160 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -35,9 +35,11 @@ checksum="cbb30bad15496848beda2db3481700a7292de6c453ee616cc62a2189a32dd7d8 nocross="gyp build script doesn't support cross compiling" case $XBPS_TARGET_MACHINE in - i686*) nodebug=yes;; # ENOMEM + i686*) + nodebug=yes # ENOMEM + broken="https://build.voidlinux.eu/builders/i686_builder/builds/9630/steps/shell_3/logs/stdio";; *-musl) makedepends+=" libexecinfo-devel";; - mips*) broken="unsuported";; + mips*) broken="unsupported";; esac post_extract() {