gnome-builder: broken on musl

This commit is contained in:
Enno Boland 2018-03-20 11:55:02 +01:00
parent 11dd46cd47
commit 924326fced
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ homepage="https://wiki.gnome.org/Apps/Builder"
license="GPL-2.0-or-later"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=71b7527a4297b5e4986754f5563cb9afc777bc8a890b90145c05ac93f2d6a9f8
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/8765/steps/shell_3/logs/stdio"
esac