scryer-prolog: mark broken on musl

This commit is contained in:
John 2020-07-29 00:34:06 +02:00
parent 6b786388ee
commit f0162e9821

View file

@ -13,6 +13,13 @@ homepage="https://github.com/mthom/scryer-prolog"
distfiles="https://github.com/mthom/scryer-prolog/archive/v${version}.tar.gz"
checksum=4370bc2200e3e56d411326801219bc5fc37a422febdb6cd3548ed3f65b5a44aa
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
# XXX: Also should have GMP_MPFR_SYS_CACHE="" set somewhere https://crates.io/crates/gmp-mpfr-sys (we have ccache for that)
# We might also want to use system libs instead
# the runtime dep on gmp is incorrect right now, since gmp is statically linked
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/29779/steps/shell_3/logs/stdio"
fi
post_install() {
vlicense LICENSE
}