jvmci8: restrict meta.platforms according to graalvm8
This unbreaks evaluation on darwin, maybe elsewhere. Thread: https://github.com/NixOS/nixpkgs/commit/3cf07efa30a#r33500279
This commit is contained in:
parent
fa2c6dc3c2
commit
08506c8eff
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ in rec {
|
|||
'';
|
||||
dontFixup = true; # do not nuke path of ffmpeg etc
|
||||
dontStrip = true; # why? see in oraclejdk derivation
|
||||
inherit (openjdk) meta;
|
||||
meta = openjdk.meta // { inherit (graalvm8.meta) platforms; };
|
||||
inherit (openjdk) postFixup;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue