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:
parent
854b43404f
commit
d80de1b135
@ -273,9 +273,9 @@ in rec {
|
|||||||
if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out; fi
|
if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out; fi
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
postFixup = openjdk.postFixup or null;
|
||||||
dontStrip = true; # stripped javac crashes with "segmentaion fault"
|
dontStrip = true; # stripped javac crashes with "segmentaion fault"
|
||||||
inherit (openjdk) meta;
|
inherit (openjdk) meta;
|
||||||
inherit (openjdk) postFixup;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
graalvm8 = stdenv.mkDerivation rec {
|
graalvm8 = stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user