add libGL
This commit is contained in:
parent
ca16221251
commit
ffa6079cb0
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
, zlib
|
||||
, alsa-lib
|
||||
, dbus
|
||||
, libGL
|
||||
, libXcursor
|
||||
, libXext
|
||||
, libXi
|
||||
|
@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
# Run-time libraries (loaded with dlopen)
|
||||
dbus
|
||||
libGL
|
||||
libXcursor
|
||||
libXext
|
||||
libXi
|
||||
|
@ -92,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
patchelf \
|
||||
--add-needed libasound.so.2 \
|
||||
--add-needed libdbus-1.so.3 \
|
||||
--add-needed libGL.so.1 \
|
||||
--add-needed libpthread.so.0 \
|
||||
--add-needed libudev.so.1 \
|
||||
--add-needed libvulkan.so.1 \
|
||||
|
|
Loading…
Reference in a new issue