From 8a62952bda9b5868579fc89e1bf74b1f1608cbf0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 6 May 2024 09:34:25 +0200 Subject: [PATCH] community/ncspot: disable on ppc64le Fails to build from source. error: unnecessary qualification --> vendor/notify-rust/src/notification.rs:433:19 | 433 | let bus = crate::xdg::NotificationBus::custom(sub_bus).ok_or("invalid subpath")?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --- community/ncspot/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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