community/cicada: disable on loongarch64

This commit is contained in:
znley 2024-05-29 06:18:02 +00:00 committed by Celeste
parent 41277ce37b
commit 26334073f7

View file

@ -6,7 +6,8 @@ pkgrel=1
pkgdesc="A bash-like Unix shell"
url="https://github.com/mitnk/cicada"
# s390x and riscv64 blocked by cargo
arch="all !s390x !riscv64"
# loongarch64: fails to build nix crate
arch="all !s390x !riscv64 !loongarch64"
license="MIT"
depends="ncurses-terminfo-base"
makedepends="sqlite-dev cargo cargo-auditable"