nix: use default apple-sdk (#4398)

This commit is contained in:
Seth Flynn
2025-11-26 10:16:53 -05:00
committed by GitHub

View File

@@ -3,7 +3,6 @@
stdenv,
cmake,
cmark,
apple-sdk_11,
extra-cmake-modules,
gamemode,
jdk17,
@@ -82,7 +81,6 @@ stdenv.mkDerivation {
tomlplusplus
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]
++ lib.optional gamemodeSupport gamemode;
cmakeFlags = [