about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-14 19:03:58 +0300
committerGitHub <noreply@github.com>2023-04-14 19:03:58 +0300
commitd0748d83a59cfec58355e4d4b87d63f340e32bdc (patch)
tree98cff08e2164ee62022c3f661ebec674db30c9ae /pkgs/applications/emulators
parent0dc5c26384f50f4ede9a5bb826318542314ba0eb (diff)
parent9bdc7448410532f5ba90aac1a12128dc9c0889f6 (diff)
Merge pull request #226164 from wegank/dolphin-emu-darwin
dolphin-emu: add more frameworks
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/default.nix b/pkgs/applications/emulators/dolphin-emu/default.nix
index 13eec39fefbee..825340beee377 100644
--- a/pkgs/applications/emulators/dolphin-emu/default.nix
+++ b/pkgs/applications/emulators/dolphin-emu/default.nix
@@ -46,6 +46,7 @@
   # Darwin-only dependencies
 , CoreBluetooth
 , ForceFeedback
+, IOBluetooth
 , IOKit
 , moltenvk
 , OpenGL
@@ -106,6 +107,7 @@ stdenv.mkDerivation rec {
   ] ++ lib.optionals stdenv.isDarwin [
     CoreBluetooth
     ForceFeedback
+    IOBluetooth
     IOKit
     moltenvk
     OpenGL