1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00

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
'';
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 {