mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
Merge pull request #192416 from yu-re-ka/gotify-ui
gotify-server.ui: fix build
This commit is contained in:
commit
5c1f7fbac3
@ -29,6 +29,7 @@ yarn2nix-moretea.mkYarnPackage rec {
|
||||
buildPhase = ''
|
||||
export HOME=$(mktemp -d)
|
||||
export WRITABLE_NODE_MODULES="$(pwd)/tmp"
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
mkdir -p "$WRITABLE_NODE_MODULES"
|
||||
|
||||
# react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back
|
||||
|
Loading…
Reference in New Issue
Block a user