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
|
, zlib
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, dbus
|
, dbus
|
||||||
|
, libGL
|
||||||
, libXcursor
|
, libXcursor
|
||||||
, libXext
|
, libXext
|
||||||
, libXi
|
, libXi
|
||||||
|
@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
# Run-time libraries (loaded with dlopen)
|
# Run-time libraries (loaded with dlopen)
|
||||||
dbus
|
dbus
|
||||||
|
libGL
|
||||||
libXcursor
|
libXcursor
|
||||||
libXext
|
libXext
|
||||||
libXi
|
libXi
|
||||||
|
@ -92,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
patchelf \
|
patchelf \
|
||||||
--add-needed libasound.so.2 \
|
--add-needed libasound.so.2 \
|
||||||
--add-needed libdbus-1.so.3 \
|
--add-needed libdbus-1.so.3 \
|
||||||
|
--add-needed libGL.so.1 \
|
||||||
--add-needed libpthread.so.0 \
|
--add-needed libpthread.so.0 \
|
||||||
--add-needed libudev.so.1 \
|
--add-needed libudev.so.1 \
|
||||||
--add-needed libvulkan.so.1 \
|
--add-needed libvulkan.so.1 \
|
||||||
|
|
Loading…
Reference in a new issue