Unverified Commit cf3205c5 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #275122 from qubitnano/clonehero

clonehero: add and patch libGL
parents e8e7ee41 ffa6079c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 \