gotify-server.ui: fix build

Yureka 224eef49 fcc9491f

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