Skip to content

Commit 9d5f6d0

Browse files
committed
nix: replace yet another openjdk with headless version
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 48c83ef commit 9d5f6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/mobile/android/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in stdenv.mkDerivation rec {
7171
};
7272
};
7373

74-
buildInputs = with pkgs; [ nodejs openjdk ];
74+
buildInputs = with pkgs; [ nodejs openjdk_headless ];
7575
nativeBuildInputs = with pkgs; [ bash gradle unzip ]
7676
++ lib.optionals stdenv.isDarwin [ file gnumake ];
7777

0 commit comments

Comments
 (0)