diff options
-rw-r--r-- | testing/unison/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/unison/APKBUILD b/testing/unison/APKBUILD index f4defbe78f..1039b742d5 100644 --- a/testing/unison/APKBUILD +++ b/testing/unison/APKBUILD @@ -5,7 +5,9 @@ pkgver=2.48.4 pkgrel=2 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" -arch="all !x86 !armhf" # limited by ocaml abuild +# ocaml is not built for x86, armhf +# lablgtk is not built for aarch64 +arch="all !x86 !armhf !aarch64" license="GPL" depends="" makedepends="ocaml lablgtk-dev linux-headers emacs-nox" |