diff --git a/srcpkgs/hexyl/template b/srcpkgs/hexyl/template index e55885f97ad..f0d96720c9d 100644 --- a/srcpkgs/hexyl/template +++ b/srcpkgs/hexyl/template @@ -10,6 +10,10 @@ homepage="https://github.com/sharkdp/hexyl" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43 +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" +esac + post_install() { vlicense LICENSE-MIT }