From e2c1006916cbf9fcddb4f0424bb37879c764e691 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 24 Aug 2023 12:23:07 +0200 Subject: [PATCH] syncthing: mark broken --- srcpkgs/syncthing/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index c99d2c696e8..1e12b4a67fb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -18,6 +18,8 @@ changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" checksum=cc36d6244590f0eeaa1df6f465b617dd7fdbee3dae434d55b272b25580f6e53b +broken="GOTOOLCHAIN not supported" + pre_build() { export GOTOOLCHAIN="go1.20.7" GOARCH= go generate \