prismlauncher-unwrapped: adopt new darwin SDK pattern

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-19 09:41:06 +01:00
parent ab20acce15
commit f407e86350
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

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" ];