From 72908036d0bef372fa9fb1ee6b7abad7d06e83cc Mon Sep 17 00:00:00 2001 From: John Date: Wed, 11 Oct 2023 18:52:26 +0200 Subject: [PATCH] gotify-server: fix build with newer nodejs versions --- srcpkgs/gotify-server/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template index 016fb6cb40e..16b72133088 100644 --- a/srcpkgs/gotify-server/template +++ b/srcpkgs/gotify-server/template @@ -24,6 +24,7 @@ post_patch() { } pre_build() { + export NODE_OPTIONS=--openssl-legacy-provider cd ui yarn yarn build