File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
17
17
fi
18
18
19
19
# Map mavenLocal() to the Nix maven repo we set up in nix/mobile/android/maven-and-npm-deps/default.nix
20
- if [ -n " $STATUSREACT_NIX_MAVEN_REPO " ]; then
21
- repoOpts=" -Dmaven.repo.local=${STATUSREACT_NIX_MAVEN_REPO } "
20
+ if [ -n " ${STATUS_NIX_MAVEN_REPO} " ]; then
21
+ repoOpts=" -Dmaven.repo.local=${STATUS_NIX_MAVEN_REPO } "
22
22
else
23
23
repoOpts=' '
24
24
fi
Original file line number Diff line number Diff line change 34
34
export ANDROID_SDK_ROOT="${ androidPkgs } "
35
35
export ANDROID_NDK_ROOT="${ androidPkgs } /ndk-bundle"
36
36
37
- export STATUSREACT_NIX_MAVEN_REPO ="${ deps . gradle } "
37
+ export STATUS_NIX_MAVEN_REPO ="${ deps . gradle } "
38
38
39
39
# required by some makefile targets
40
40
export STATUS_GO_ANDROID_LIBDIR=${ status-go }
Original file line number Diff line number Diff line change 77
77
inputsFrom = [ node-sh ] ;
78
78
shellHook = ''
79
79
export STATUS_GO_ANDROID_LIBDIR="DUMMY"
80
+ export STATUS_NIX_MAVEN_REPO="${ pkgs . deps . gradle } "
80
81
export ANDROID_SDK_ROOT="${ pkgs . androidPkgs } "
81
82
export ANDROID_NDK_ROOT="${ pkgs . androidPkgs } /ndk-bundle"
82
83
'' ;
You can’t perform that action at this time.
0 commit comments