[Backport release-24.11] prismlauncher-unwrapped: adopt new darwin SDK pattern (#357318)

This commit is contained in:
Sefa Eyeoglu 2024-11-19 17:21:19 +01:00 committed by GitHub
commit 0283be4a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
cmake,
cmark,
darwin,
apple-sdk_11,
extra-cmake-modules,
gamemode,
ghc_filesystem,
@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
tomlplusplus
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]
++ lib.optional gamemodeSupport gamemode;
hardeningEnable = lib.optionals stdenv.hostPlatform.isLinux [ "pie" ];