mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
Use openjdk8
This commit is contained in:
parent
21b5838a1d
commit
5fa7187d16
@ -14,7 +14,7 @@ in
|
|||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
ant openjdk android.androidsdk
|
ant openjdk8 android.androidsdk
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk
|
export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user