mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-25 10:16:34 +00:00
add java
This commit is contained in:
parent
d278f0f06b
commit
8dbb854835
|
@ -10,5 +10,5 @@ in
|
|||
pkgs.mkShell {
|
||||
ANDROID_HOME= "${androidComposition.androidsdk}/libexec/android-sdk";
|
||||
ANDROID_SDK_ROOT = "${androidComposition.androidsdk}/libexec/android-sdk";
|
||||
nativeBuildInputs = with pkgs; [ flutter ];
|
||||
nativeBuildInputs = with pkgs; [ flutter openjdk11_headless ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue