diff --git a/srcpkgs/hoogle/template b/srcpkgs/hoogle/template index a5b8c7eafb8..8ad9dd67d72 100644 --- a/srcpkgs/hoogle/template +++ b/srcpkgs/hoogle/template @@ -14,6 +14,10 @@ distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" checksum=5e092a0b33f85ffe3c425939e082e4fdf7e219d74949cc8324edbcf464ac9587 nopie_files="/usr/bin/hoogle" +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22212/steps/shell_3/logs/stdio" ;; +esac + post_install() { vlicense LICENSE }