diff --git a/srcpkgs/git-annex/template b/srcpkgs/git-annex/template index 46c202eda65..18909f01f06 100644 --- a/srcpkgs/git-annex/template +++ b/srcpkgs/git-annex/template @@ -17,6 +17,12 @@ checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b nopie_files="/usr/bin/git-annex" nocross=yes +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) + broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22207/steps/shell_3/logs/stdio" + ;; +esac + # These install steps are pulled from the install target in the # git-annex Makefile. The target can't be called directly because it is # comingled with the Cabal build, and we're using Stackage instead