gotify-server.ui: fix build

Yureka 224eef49 fcc9491f

+1
+1
pkgs/servers/gotify/ui.nix
··· 29 buildPhase = '' 30 export HOME=$(mktemp -d) 31 export WRITABLE_NODE_MODULES="$(pwd)/tmp" 32 mkdir -p "$WRITABLE_NODE_MODULES" 33 34 # react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back
··· 29 buildPhase = '' 30 export HOME=$(mktemp -d) 31 export WRITABLE_NODE_MODULES="$(pwd)/tmp" 32 + export NODE_OPTIONS=--openssl-legacy-provider 33 mkdir -p "$WRITABLE_NODE_MODULES" 34 35 # react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back