mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
openjdk: add platforms on darwin to fix #5634
This commit is contained in:
parent
2d586477dd
commit
995c9db5e6
1 changed files with 2 additions and 0 deletions
|
@ -36,5 +36,7 @@ let
|
|||
home = jdk;
|
||||
};
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
|
||||
};
|
||||
in jdk
|
||||
|
|
Loading…
Reference in a new issue