community/dfrs: disable on loongarch64

This commit is contained in:
znley 2024-05-23 06:39:20 +00:00 committed by Patrycja Rosa
parent 34aa7fa5fe
commit 81332ef920

View File

@ -7,7 +7,8 @@ pkgdesc="Display file system space usage using graphs and colors"
url="https://github.com/anthraxx/dfrs"
# s390x fails to build
# riscv64: rust broken
arch="all !s390x !riscv64"
# loongarch64: fails to build -> nix
arch="all !s390x !riscv64 !loongarch64"
license="MIT"
makedepends="
cargo