Skip to content
Snippets Groups Projects
Commit 44b1194c authored by alice's avatar alice
Browse files

community/prismlauncher: disable on aarch64

parent 48b8ebfd
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ pkgdesc="A custom launcher for Minecraft that allows you to easily manage multip
url="https://prismlauncher.org/"
# blocked on riscv64 by openjdk
# ppc64le: openjdk17-jre
arch="all !ppc64le !riscv64"
# aarch64: https://github.com/marzer/tomlplusplus/issues/178
arch="all !aarch64 !ppc64le !riscv64"
license="GPL-3.0-only AND Apache-2.0"
depends="
openjdk8-jre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment