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
parent 2f6be3b212
commit 5ecf727bd2

View File

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