Skip to content
Snippets Groups Projects
Commit 8a62952b authored by Natanael Copa's avatar Natanael Copa
Browse files

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")?;
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
parent 8d8e345c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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