From 81332ef920c250795ae8fed23ef1b48e07bcca9e Mon Sep 17 00:00:00 2001 From: znley Date: Thu, 23 May 2024 06:39:20 +0000 Subject: [PATCH] community/dfrs: disable on loongarch64 --- community/dfrs/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/dfrs/APKBUILD b/community/dfrs/APKBUILD index 78ad0d49d6a..46045d6fc9c 100644 --- a/community/dfrs/APKBUILD +++ b/community/dfrs/APKBUILD @@ -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