R: unpin JDK

JDK was pinned at JDK 8, causing stalling issues with downstream
rPackages (rJava and dependees).
This commit is contained in:
Justin Bedo 2022-05-13 22:28:07 +10:00
parent 72c388eed4
commit 51986f995e
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -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 {