gitea: fix darwin build

(cherry picked from commit ea7e4d21e3)
This commit is contained in:
Sandro Jäckel 2026-06-21 19:17:43 +02:00
commit 5ecf727bd2
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -39,6 +39,8 @@ let
pnpm
];
__darwinAllowLocalNetworking = true;
buildPhase = ''
make frontend
'';