graalvm8-ee: propagate zlib

This commit is contained in:
volth
2019-08-08 21:26:56 +00:00
committed by GitHub
parent c46b8ba572
commit fe8a06d0da

View File

@@ -98,8 +98,9 @@ let
done
'';
propagatedBuildInputs = [ zlib ]; # $out/bin/native-image needs zlib to build native executables
doInstallCheck = true;
buildInputs = [ zlib ]; # actually "installCheckInputs", native-image needs <zlib.h>
installCheckPhase = ''
echo ${stdenv.lib.escapeShellArg ''
public class HelloWorld {