aboutsummaryrefslogtreecommitdiffstats
path: root/community/dfrs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dfrs/APKBUILD')
-rw-r--r--community/dfrs/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/dfrs/APKBUILD b/community/dfrs/APKBUILD
index 95f490e089b..06bba81cc82 100644
--- a/community/dfrs/APKBUILD
+++ b/community/dfrs/APKBUILD
@@ -21,6 +21,8 @@ subpackages="$pkgname-doc
options="net"
source="$pkgname-$pkgver.tar.gz::https://github.com/anthraxx/dfrs/archive/$pkgver.tar.gz"
+export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
+
build() {
make
}