graalvm8-ee: propagate zlib
This commit is contained in:
parent
c46b8ba572
commit
fe8a06d0da
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user