mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
hexyl: mark as broken for aarch64-musl
This commit is contained in:
parent
2571ff07c2
commit
e241de1cb3
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="https://github.com/sharkdp/hexyl"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43
|
checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue