gitea: fix darwin build

This commit is contained in:
Sandro Jäckel
2026-06-21 19:17:43 +02:00
parent c4e0ce35fb
commit ea7e4d21e3
+2
View File
@@ -39,6 +39,8 @@ let
pnpm
];
__darwinAllowLocalNetworking = true;
buildPhase = ''
make frontend
'';