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

dolphin-emu: add more frameworks

authored by Weijia Wang and committed by GitHub d0748d83 0dc5c263

+3 -1
+2
pkgs/applications/emulators/dolphin-emu/default.nix
··· 46 # Darwin-only dependencies 47 , CoreBluetooth 48 , ForceFeedback 49 , IOKit 50 , moltenvk 51 , OpenGL ··· 106 ] ++ lib.optionals stdenv.isDarwin [ 107 CoreBluetooth 108 ForceFeedback 109 IOKit 110 moltenvk 111 OpenGL
··· 46 # Darwin-only dependencies 47 , CoreBluetooth 48 , ForceFeedback 49 + , IOBluetooth 50 , IOKit 51 , moltenvk 52 , OpenGL ··· 107 ] ++ lib.optionals stdenv.isDarwin [ 108 CoreBluetooth 109 ForceFeedback 110 + IOBluetooth 111 IOKit 112 moltenvk 113 OpenGL
+1 -1
pkgs/top-level/all-packages.nix
··· 2371 ### APPLICATIONS/EMULATORS/DOLPHIN-EMU 2372 2373 dolphin-emu = qt6Packages.callPackage ../applications/emulators/dolphin-emu { 2374 - inherit (darwin.apple_sdk_11_0.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL VideoToolbox; 2375 inherit (darwin) moltenvk; 2376 stdenv = 2377 if stdenv.isDarwin && stdenv.isAarch64 then llvmPackages_14.stdenv
··· 2371 ### APPLICATIONS/EMULATORS/DOLPHIN-EMU 2372 2373 dolphin-emu = qt6Packages.callPackage ../applications/emulators/dolphin-emu { 2374 + inherit (darwin.apple_sdk_11_0.frameworks) CoreBluetooth ForceFeedback IOBluetooth IOKit OpenGL VideoToolbox; 2375 inherit (darwin) moltenvk; 2376 stdenv = 2377 if stdenv.isDarwin && stdenv.isAarch64 then llvmPackages_14.stdenv