mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
openjdk: add platforms on darwin to fix #5634
This commit is contained in:
parent
2d586477dd
commit
995c9db5e6
@ -36,5 +36,7 @@ let
|
||||
home = jdk;
|
||||
};
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
|
||||
};
|
||||
in jdk
|
||||
|
Loading…
Reference in New Issue
Block a user