mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
zola: mark as broken for armv6l-musl
This commit is contained in:
parent
f5229a05f4
commit
486a0b639b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
|||
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
||||
checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
armv6l-musl) broken="triggers segfailt in rustc" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue