nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

qt5.qtwebengine: fix build on aarch64-darwin

+4 -2
+1 -1
pkgs/development/libraries/qt-5/5.15/default.nix
··· 185 185 inherit (darwin.apple_sdk_11_0.libs) sandbox; 186 186 inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices AVFoundation Foundation ForceFeedback GameController AppKit 187 187 ImageCaptureCore CoreBluetooth IOBluetooth CoreWLAN Quartz Cocoa LocalAuthentication 188 - MediaPlayer MediaAccessibility SecurityInterface Vision CoreML; 188 + MediaPlayer MediaAccessibility SecurityInterface Vision CoreML OpenDirectory Accelerate; 189 189 libobjc = darwin.apple_sdk_11_0.objc4; 190 190 }; 191 191 qtwebglplugin = callPackage ../modules/qtwebglplugin.nix {};
+3 -1
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
··· 17 17 , cctools, libobjc, libpm, libunwind, sandbox, xnu 18 18 , ApplicationServices, AVFoundation, Foundation, ForceFeedback, GameController, AppKit 19 19 , ImageCaptureCore, CoreBluetooth, IOBluetooth, CoreWLAN, Quartz, Cocoa, LocalAuthentication 20 - , MediaPlayer, MediaAccessibility, SecurityInterface, Vision, CoreML 20 + , MediaPlayer, MediaAccessibility, SecurityInterface, Vision, CoreML, OpenDirectory, Accelerate 21 21 , cups, openbsm, runCommand, xcbuild, writeScriptBin 22 22 , ffmpeg_4 ? null 23 23 , lib, stdenv, fetchpatch ··· 186 186 SecurityInterface 187 187 Vision 188 188 CoreML 189 + OpenDirectory 190 + Accelerate 189 191 190 192 openbsm 191 193 libunwind