zoom-us: add Qt5 libraries required by vendored files

Checking library dependencies with `autoPatchelfHook` uncovered
some missing libraries that are required by vendored files.
While zoom seems to work alright without those,
adding them to the LD_LIBRARY_PATH seems to be The Right Thing
and might avoid subtle bugs now or in the future.
This commit is contained in:
Yarny0 2025-04-07 19:21:53 +02:00
parent fd940afc9d
commit ee0a80d8c3

View file

@ -26,6 +26,7 @@
nspr,
nss,
pango,
qt5,
wayland,
xorg,
libxkbcommon,
@ -94,6 +95,12 @@ let
nspr
nss
pango
qt5.qt3d
qt5.qtgamepad
qt5.qtlottie
qt5.qtmultimedia
qt5.qtremoteobjects
qt5.qtxmlpatterns
stdenv.cc.cc
wayland
xorg.libX11