diff --git a/community/ncspot/APKBUILD b/community/ncspot/APKBUILD index 836569f7ce5..058a617c2ed 100644 --- a/community/ncspot/APKBUILD +++ b/community/ncspot/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="Cross-platform ncurses Spotify client inspired by ncmpc and the likes" url="https://github.com/hrkfdn/ncspot" # riscv64: takes eternity to build # s390x: fails to build nix crate -arch="all !riscv64 !s390x" +# ppc64le: fails to build notify-rust crate +arch="all !riscv64 !s390x !ppc64le" license="BSD-2-Clause" makedepends=" cargo