mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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")?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This commit is contained in:
parent
8d8e345cb8
commit
8a62952bda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user