mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
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:
parent
fd940afc9d
commit
ee0a80d8c3
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue