Skip to content

Commit 0b8f8e0

Browse files
authored
Merge pull request #284586 from MinerSebas/fix-unciv
unciv: fix crash on startup
2 parents 222c194 + 26897aa commit 0b8f8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/games/unciv/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
, makeDesktopItem
66
, makeWrapper
77
, jre
8+
, libGL
89
, libpulseaudio
910
, libXxf86vm
1011
}:
@@ -18,6 +19,7 @@ let
1819
};
1920

2021
envLibPath = lib.makeLibraryPath [
22+
libGL
2123
libpulseaudio
2224
libXxf86vm
2325
];

0 commit comments

Comments
 (0)