https://github.com/aherrmann/zoom_client_nix
Nix Package for Zoom Client
https://github.com/aherrmann/zoom_client_nix
Last synced: 11 months ago
JSON representation
Nix Package for Zoom Client
- Host: GitHub
- URL: https://github.com/aherrmann/zoom_client_nix
- Owner: aherrmann
- Created: 2017-05-13T19:14:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T19:15:04.000Z (about 9 years ago)
- Last Synced: 2025-06-20T07:49:12.268Z (12 months ago)
- Language: Nix
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix Package for [Zoom Client](https://zoom.us)
Build with
``` sh
nix-build pkg.nix
```
and run with
``` sh
./result/bin/ZoomLauncher
```
Tested with NixOS version 17.03.994.67c6638b08 (Gorilla).
Known to fail with nixpkgs revision e338485
(nixpkgs-unstable at the time of writing)
with the following error message:
```
ZoomLauncher started.
cmd line:
$HOME = /home/me
/nix/store/rsxh2kwchh8ycbkaxmbcf00ba8mkk7i1-zoom-2.0.91373.0502/share/zoom/zoom: relocation error
: /nix/store/rsxh2kwchh8ycbkaxmbcf00ba8mkk7i1-zoom-2.0.91373.0502/share/zoom/libQt5WebEngineCore.
so.5: symbol _ZSt24__throw_out_of_range_fmtPKcz, version Qt_5 not defined in file libQt5Qml.so.5
with link time reference
success to create child process,status is 32512.
zoom exited normally.
Something went wrong while running zoom,exit code is 127.
ZoomLauncher exit.
```