Merge pull request #284586 from MinerSebas/fix-unciv

unciv: fix crash on startup
This commit is contained in:
Weijia Wang 2024-01-30 06:36:18 +01:00 committed by GitHub
commit 0b8f8e0cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
, makeDesktopItem
, makeWrapper
, jre
, libGL
, libpulseaudio
, libXxf86vm
}:
@ -18,6 +19,7 @@ let
};
envLibPath = lib.makeLibraryPath [
libGL
libpulseaudio
libXxf86vm
];