diff --git a/srcpkgs/actiona/template b/srcpkgs/actiona/template index a43539623f1..1f90e497483 100644 --- a/srcpkgs/actiona/template +++ b/srcpkgs/actiona/template @@ -15,6 +15,10 @@ homepage="https://actiona.tools/" distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=7f7a6ecef82ec51fc5d92e41a9d39d1de190135b1fb6293318feb1d88ceb8757 +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/11193/steps/shell_3/logs/stdio" ;; +esac + if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-multimedia-devel qt5-script-devel qt5-speech-devel" hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel"