From c1c8f44fdb57622f972afa638597220880c823c5 Mon Sep 17 00:00:00 2001 From: Cafe da Silva Date: Wed, 29 Apr 2026 15:08:52 -0300 Subject: [PATCH] libretro.dolphin: remove dontUseCmakeBuildDir --- pkgs/applications/emulators/libretro/cores/dolphin.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/dolphin.nix b/pkgs/applications/emulators/libretro/cores/dolphin.nix index c8b606b24473..cd32ce5399ef 100644 --- a/pkgs/applications/emulators/libretro/cores/dolphin.nix +++ b/pkgs/applications/emulators/libretro/cores/dolphin.nix @@ -83,8 +83,6 @@ mkLibretroCore { (cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5") ]; - dontUseCmakeBuildDir = false; - meta = { description = "Port of Dolphin to libretro"; homepage = "https://github.com/libretro/dolphin";