prismlauncher-unwrapped: adopt new darwin SDK pattern
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ab20acce15
commit
f407e86350
@ -4,7 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
cmark,
|
cmark,
|
||||||
darwin,
|
apple-sdk_11,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
gamemode,
|
gamemode,
|
||||||
ghc_filesystem,
|
ghc_filesystem,
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
tomlplusplus
|
tomlplusplus
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
|
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]
|
||||||
++ lib.optional gamemodeSupport gamemode;
|
++ lib.optional gamemodeSupport gamemode;
|
||||||
|
|
||||||
hardeningEnable = lib.optionals stdenv.hostPlatform.isLinux [ "pie" ];
|
hardeningEnable = lib.optionals stdenv.hostPlatform.isLinux [ "pie" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user