xdg-dbus-proxy: broken on musl

This commit is contained in:
Helmut Pozimski 2019-08-25 21:32:43 +02:00
parent 7148e79bdd
commit 371c289ff1
1 changed files with 4 additions and 0 deletions

View File

@ -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