diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index e635e380c20..442a4f034d3 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -14,6 +14,12 @@ distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz" checksum=34fce02219c67174457a6f8750063047f6c29b7148e425e4f3647cb80b8a5b2e nocross=yes +case "$XBPS_TARGET_MACHINE" in + *-musl) + broken=https://build.voidlinux.org/builders/x86_64-musl_builder/builds/47636/steps/shell_3/logs/stdio + ;; +esac + post_extract() { vsed -i 's|, "< 3\.1"||g' vagrant.gemspec }