Merge pull request #275122 from qubitnano/clonehero

clonehero: add and patch libGL
This commit is contained in:
Kira Bruneau
2023-12-19 12:17:53 -05:00
committed by GitHub
+3
View File
@@ -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 \