mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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,
|
nspr,
|
||||||
nss,
|
nss,
|
||||||
pango,
|
pango,
|
||||||
|
qt5,
|
||||||
wayland,
|
wayland,
|
||||||
xorg,
|
xorg,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
|
@ -94,6 +95,12 @@ let
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
pango
|
pango
|
||||||
|
qt5.qt3d
|
||||||
|
qt5.qtgamepad
|
||||||
|
qt5.qtlottie
|
||||||
|
qt5.qtmultimedia
|
||||||
|
qt5.qtremoteobjects
|
||||||
|
qt5.qtxmlpatterns
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
wayland
|
wayland
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue