mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
Merge pull request #59903 from volth/patch-321
unigine-valley: fix loading libGL.so
This commit is contained in:
commit
f93146ac3d
|
@ -12,6 +12,7 @@
|
|||
, libXinerama
|
||||
, libXrandr
|
||||
, libXrender
|
||||
, libGL
|
||||
, openal}:
|
||||
|
||||
let
|
||||
|
@ -47,6 +48,7 @@ in
|
|||
libXinerama
|
||||
libXrandr
|
||||
libXrender
|
||||
libGL
|
||||
openal
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue