Merge pull request #226164 from wegank/dolphin-emu-darwin

dolphin-emu: add more frameworks

Changed files
+3 -1
pkgs
applications
emulators
dolphin-emu
top-level
+2
pkgs/applications/emulators/dolphin-emu/default.nix
···
# Darwin-only dependencies
, CoreBluetooth
, ForceFeedback
+
, IOBluetooth
, IOKit
, moltenvk
, OpenGL
···
] ++ lib.optionals stdenv.isDarwin [
CoreBluetooth
ForceFeedback
+
IOBluetooth
IOKit
moltenvk
OpenGL
+1 -1
pkgs/top-level/all-packages.nix
···
### APPLICATIONS/EMULATORS/DOLPHIN-EMU
dolphin-emu = qt6Packages.callPackage ../applications/emulators/dolphin-emu {
-
inherit (darwin.apple_sdk_11_0.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL VideoToolbox;
+
inherit (darwin.apple_sdk_11_0.frameworks) CoreBluetooth ForceFeedback IOBluetooth IOKit OpenGL VideoToolbox;
inherit (darwin) moltenvk;
stdenv =
if stdenv.isDarwin && stdenv.isAarch64 then llvmPackages_14.stdenv