Skip to content

Commit

Permalink
adoptopenjdk-bin: fix JDK 8 build on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Oct 12, 2019
1 parent 34b4bab commit d9d5b73
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -9,6 +9,7 @@ sourcePerArch:
, fontconfig
, zlib
, xorg
, libffi
}:

let
Expand All @@ -29,7 +30,7 @@ let result = stdenv.mkDerivation rec {
buildInputs = [
alsaLib freetype fontconfig zlib xorg.libX11 xorg.libXext xorg.libXtst
xorg.libXi xorg.libXrender
];
] ++ lib.optional stdenv.isAarch32 libffi;

nativeBuildInputs = [ autoPatchelfHook ];

Expand Down

0 comments on commit d9d5b73

Please sign in to comment.