From 91e40f9306450d27b36904604c2797dfd1412ce2 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 28 Sep 2017 01:26:19 -0400 Subject: [PATCH] ipfs-cluster: broken on musl --- srcpkgs/ipfs-cluster/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template index c737877c2d0..95fbc0f7b89 100644 --- a/srcpkgs/ipfs-cluster/template +++ b/srcpkgs/ipfs-cluster/template @@ -14,6 +14,10 @@ homepage="https://github.com/ipfs/ipfs-cluster" distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz" checksum=cd7ac1c97f5365a5592d502d7b21dfe8453afea37331028dcce98c1a6534b4f4 +case "${XBPS_TARGET_MACHINE}" in + *-musl) broken="Downloads gx-go and can't execute it";; +esac + # regular go mechanisms don't work, and upstream says to do this pre_build() { make deps