about summary refs log tree commit diff
path: root/pkgs/misc/emulators/yuzu/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/yuzu/base.nix')
-rw-r--r--pkgs/misc/emulators/yuzu/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/misc/emulators/yuzu/base.nix b/pkgs/misc/emulators/yuzu/base.nix
index b0459d61679f..c2b8061485b5 100644
--- a/pkgs/misc/emulators/yuzu/base.nix
+++ b/pkgs/misc/emulators/yuzu/base.nix
@@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
   ];
 
   cmakeFlags = [
+    "-DYUZU_USE_BUNDLED_QT=OFF"
+    "-DYUZU_USE_BUNDLED_SDL2=OFF"
+    "-DYUZU_USE_BUNDLED_FFMPEG=OFF"
     "-DENABLE_QT_TRANSLATION=ON"
     "-DYUZU_USE_QT_WEB_ENGINE=ON"
     "-DUSE_DISCORD_PRESENCE=ON"