mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #193598 from ckiee/synapse-admin-18fix
This commit is contained in:
commit
46101630c6
@ -23,6 +23,9 @@ mkYarnPackage rec {
|
||||
NODE_ENV = "production";
|
||||
${if baseUrl != null then "REACT_APP_SERVER" else null} = baseUrl;
|
||||
|
||||
# error:0308010C:digital envelope routines::unsupported
|
||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user