mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:47:48 +00:00
add libGL
This commit is contained in:
parent
ca16221251
commit
ffa6079cb0
@ -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 New Issue
Block a user