apple_sdk_11: alias JavaVM

Apple removed JavaVM but JavaNativeFoundation seems to be
the replacement. Should be safe to substitute usage of
JavaVM with JavaNativeFoundation.
This commit is contained in:
Jonathan Ringer 2021-06-06 12:01:57 -07:00 committed by Jonathan Ringer
parent 0093d2d2d8
commit 430ac9b830

View file

@ -151,6 +151,9 @@ in rec {
# This framework doesn't exist in newer SDKs (somewhere around 10.13), but
# there are references to it in nixpkgs.
QuickTime = throw "QuickTime framework not available";
# Seems to be appropriate given https://developer.apple.com/forums/thread/666686
JavaVM = super.JavaNativeFoundation;
};
bareFrameworks = (