gobject-introspection: broken for *-musl.
This commit is contained in:
parent
f8c6de50f6
commit
2a56740b89
|
@ -15,6 +15,11 @@ license="GPL-2, LGPL-2.1"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233
|
||||
nocross=yes
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl)
|
||||
broken=http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5312/steps/shell_3/logs/stdio
|
||||
;;
|
||||
esac
|
||||
|
||||
gir-freedesktop_package() {
|
||||
short_desc="Introspection data for some FreeDesktop components"
|
||||
|
|
Loading…
Reference in New Issue