mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
nix: remove explicit apple-sdk
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
f77871a580
commit
117e0d7b24
1 changed files with 0 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue