jvmci8: fix evaluation on darwin

It's not my aim to fix the build, just unblock eval and thus the tarball job.
This commit is contained in:
Vladimír Čunát 2019-08-03 14:36:55 +02:00
parent 854b43404f
commit d80de1b135
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -273,9 +273,9 @@ in rec {
if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out; fi
EOF
'';
postFixup = openjdk.postFixup or null;
dontStrip = true; # stripped javac crashes with "segmentaion fault"
inherit (openjdk) meta;
inherit (openjdk) postFixup;
};
graalvm8 = stdenv.mkDerivation rec {