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:
parent
c46b8ba572
commit
fe8a06d0da
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue