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