mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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
|
||||
EOF
|
||||
'';
|
||||
postFixup = openjdk.postFixup or null;
|
||||
dontStrip = true; # stripped javac crashes with "segmentaion fault"
|
||||
inherit (openjdk) meta;
|
||||
inherit (openjdk) postFixup;
|
||||
};
|
||||
|
||||
graalvm8 = stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue