mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
R: unpin JDK
JDK was pinned at JDK 8, causing stalling issues with downstream rPackages (rJava and dependees).
This commit is contained in:
parent
72c388eed4
commit
51986f995e
@ -21380,7 +21380,6 @@ with pkgs;
|
||||
withRecommendedPackages = false;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
|
||||
inherit (darwin) libobjc;
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
|
||||
rWrapper = callPackage ../development/r-modules/wrapper.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user