-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110 #109602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replacing zooms qt library has led to incompatibilities between qt versions used in Nix and zoom. The new approach just sets LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom for its own vendored library. The package has been tested end-to-end in a meeting.
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/show-case-for-nix-ld-run-umodified-zoom/11004/3 |
Tested and working on sway. I can join a meeting and use all features I need. |
Result of 1 package built:
|
Do we need to backport this? |
Backport: #109612 |
] ++ lib.optional (pulseaudioSupport) libpulseaudio); | ||
|
||
in stdenv.mkDerivation { | ||
name = "zoom-${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you change
{
pname = "zoom-us";
inherit version;
}
to
{
name = "zoom-${version}";
}
Just curious.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a mistake. At some point I switched to fhsUserEnv where I had to strip the version number.
Replacing zooms qt library has let to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.
The package has been tested end-to-end in a meeting.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)