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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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