Merge pull request #40150 from srhb/zoom-libgl-libpath

zoom-us: liblgvnd fix for libGL.so in libpath
This commit is contained in:
xeji 2018-05-09 11:30:25 +02:00 committed by GitHub
commit 5720c05339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, system, makeWrapper, makeDesktopItem,
alsaLib, dbus, glib, fontconfig, freetype, libpulseaudio,
utillinux, zlib, xorg, udev, sqlite, expat, libv4l, procps }:
utillinux, zlib, xorg, udev, sqlite, expat, libv4l, procps, libGL }:
let
@ -24,6 +24,7 @@ in stdenv.mkDerivation {
expat
glib
freetype
libGL
libpulseaudio
zlib
dbus