chore(nix): sync with upstream nixpkgs

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2024-11-22 17:32:52 -05:00
parent 41db87c8cf
commit fbbd64ddb7
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
stdenv, stdenv,
cmake, cmake,
cmark, cmark,
darwin, apple-sdk_11,
extra-cmake-modules, extra-cmake-modules,
gamemode, gamemode,
ghc_filesystem, ghc_filesystem,
@ -66,7 +66,7 @@ stdenv.mkDerivation {
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" ];

View File

@ -78,7 +78,7 @@ symlinkJoin {
let let
runtimeLibs = runtimeLibs =
[ [
stdenv.cc.cc.lib (lib.getLib stdenv.cc.cc)
## native versions ## native versions
glfw3-minecraft glfw3-minecraft
openal openal