mirror of
https://github.com/status-im/status-react.git
synced 2025-02-21 15:18:41 +00:00
fix typo in env var
This commit is contained in:
parent
d476814454
commit
ec8777481e
@ -89,7 +89,7 @@ in stdenv.mkDerivation rec {
|
||||
ORG_GRADLE_PROJECT_commitHash = commitHash;
|
||||
ORG_GRADLE_PROJECT_buildUrl = buildUrl;
|
||||
ORG_GRADLE_PROJECT_hermesEnabled = hermesEnabled;
|
||||
ORG_GRADLE_PROECT_universalApk = universalApk;
|
||||
ORG_GRADLE_PROJECT_universalApk = universalApk;
|
||||
|
||||
# Fix for ERR_OSSL_EVP_UNSUPPORTED error.
|
||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||
|
Loading…
x
Reference in New Issue
Block a user