diff --git a/community/ion-shell/APKBUILD b/community/ion-shell/APKBUILD index bdf03a351e0a67f0bfeed0aded4059cd6bf04c09..2bee1eb91ae66a22fac71b3d9849ecedf9f29c74 100644 --- a/community/ion-shell/APKBUILD +++ b/community/ion-shell/APKBUILD @@ -6,8 +6,9 @@ pkgrel=0 _commit=b1b9475f2332a95108a12545e6e09f5b30f74e63/ pkgdesc="modern system shell with simple, yet powerful, syntax" url="https://doc.redox-os.org/ion-manual/" +# loongarch64: blocked by old nix crate, bumping currently not possible # s390x: blocked by nix crate -arch="all !s390x" +arch="all !loongarch64 !s390x" license="MIT" makedepends="cargo cargo-auditable" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"