repair button press
This commit is contained in:
parent
25fa800391
commit
8b1fe0a9be
2 changed files with 4 additions and 1 deletions
|
|
@ -30,6 +30,8 @@
|
|||
devShells.default = with pkgs;
|
||||
mkShell {
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath [ stdenv.cc.cc ]; # For libstdc++.so.6
|
||||
ANDROID_HOME = "foo/bar";
|
||||
|
||||
nativeBuildInputs = [ clang just android-tools godot_4 ];
|
||||
buildInputs = [ sqlite ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue