mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
zoom-us: liblgvnd fix for libGL.so in libpath
This commit is contained in:
parent
ec198337c4
commit
16463d728b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user