diff --git a/srcpkgs/xdg-dbus-proxy/template b/srcpkgs/xdg-dbus-proxy/template index 066fe894a5a..c65216aa073 100644 --- a/srcpkgs/xdg-dbus-proxy/template +++ b/srcpkgs/xdg-dbus-proxy/template @@ -12,3 +12,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/flatpak/xdg-dbus-proxy" distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz" checksum=10b71573009d0e474d246576714742389eb65bba529276524b59ff5064791ef1 + +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20651/steps/shell_3/logs/stdio";; +esac