Merge pull request #181416 from virchau13/add-stdenv-lib

polymc: add stdenv.cc.cc.lib to GAME_LIBRARY_PATH
This commit is contained in:
Sandro 2022-07-16 23:33:03 +02:00 committed by GitHub
commit 86725ce26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
libGL
glfw
openal
stdenv.cc.cc.lib
];
in ''
# xorg.xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128