fix(nix): add stdenv.cc.cc.lib to GAME_LIBRARY_PATH

Some mods (like DiscordRichPresence) require libstdc++.
This commit adds stdenv.cc.cc.lib to $GAME_LIBRARY_PATH so that these
mods function correctly.

Signed-off-by: Vir Chaudhury <virchau13@hexular.net>
This commit is contained in:
Vir Chaudhury 2022-07-12 05:16:32 +08:00
parent ac8ee9f981
commit ba9164022d
No known key found for this signature in database
GPG Key ID: 25B242ED74B61B15

View File

@ -34,6 +34,7 @@ let
libXxf86vm
libpulseaudio
libGL
stdenv.cc.cc.lib
];
# This variable will be passed to Minecraft by PolyMC