vagrant: disable musl

This commit is contained in:
Andrea Brancaleoni 2023-05-16 18:35:49 +02:00
parent f3653cbe40
commit 142a450ce1

View file

@ -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
}