mgba: fix cmake 4 for mgba (#449851)

This commit is contained in:
Vladimír Čunát
2025-10-13 10:05:33 +00:00
committed by GitHub

View File

@@ -71,6 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ];
cmakeFlags = [
# TODO: drop in the next version bump
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
(lib.cmakeBool "USE_DISCORD_RPC" enableDiscordRpc)
];