Qt5: WebEngine build with old LLVM
Qt Base is built with LLVM 5 on Darwin. LLVM 11 causes problems for WebEngine because of the "version" includes in libc++abi. LLVM 7 would work but since parts are built with LLVM 5 anyway it seemed like a more straightforward option.
This commit is contained in:
parent
8b09fd98eb
commit
2a97abdc21
@ -191,6 +191,7 @@ let
|
||||
inherit (darwin.apple_sdk.libs) sandbox;
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices AVFoundation Foundation ForceFeedback GameController AppKit
|
||||
ImageCaptureCore CoreBluetooth IOBluetooth CoreWLAN Quartz Cocoa LocalAuthentication;
|
||||
stdenv = stdenvActual;
|
||||
};
|
||||
qtwebglplugin = callPackage ../modules/qtwebglplugin.nix {};
|
||||
qtwebkit = callPackage ../modules/qtwebkit.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user