commit 9000fc2c439a9208e0b8cee8296f8772cdcea521
parent 34c51536188005eca3c8d55408e07a007b517f9d
Author: William Casarin <jb55@jb55.com>
Date: Mon, 20 Oct 2025 11:00:33 -0700
nix: android: move gradle to android deps
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell.nix b/shell.nix
@@ -18,7 +18,6 @@ mkShell ({
pkg-config
#cmake
fontconfig
- gradle
#gtk3
#gsettings-desktop-schemas
#brotli
@@ -28,6 +27,7 @@ mkShell ({
] ++ lib.optionals (!stdenv.isDarwin) [
zenity
] ++ lib.optionals use_android [
+ gradle
jre
openssl
libiconv