about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zoom-us
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09zoom-us: 2.0.98253.0707 -> 2.0.106600.0904zimbatm1-2/+3
2017-08-04zoom-us: 2.0.91373.0502 -> 2.0.98253.0707Jamey Sharp1-2/+2
2017-08-04zoom-us: use makeWrapper instead of wrapProgramJamey Sharp1-2/+1
Since the program to be wrapped is already in a different path than $out/bin, we don't need the complicated dance that wrapProgram uses to put the wrapper in the same location as the original program. Just tell makeWrapper to put the wrapper in the final desired output location instead.
2017-08-04zoom-us: only support known platformsJamey Sharp1-1/+1
This package does not work on arbitrary Linux systems, only on platforms for which upstream has provided prebuilt binaries. Fortunately, we have a list of the platforms we know how to get binaries for: it's exactly the ones in the `srcs` set.
2017-08-04zoom-us: update homepageJamey Sharp1-1/+1
zoom.us uses HTTPS now.
2017-06-27zoom-us: don't add mesa to the LD_LIBRARY_PATHCharles Strahan1-1/+0
zoom-us was failing to launch under the proprietary nvidia drivers, as described in the comments of #26596. Closes #26916
2017-06-15zoom-us: fix webcam videodanbst1-1/+2
Webcam Logitech C270 showed black screen in zoom, but LD_PRELOADing v4l1compat.so fixed this. I hope, this wouldn't break camera for people, who were already able to see video, but I can't be 100% sure currently.
2017-06-15zoom-us: fix facebook and SSO logindanbst1-3/+13
Turns out, zoom couldn't launch QtWebEngineProcess because of wrong interpreter Also, there was a need for some extra deps, which I found when running debug version of zoom.
2017-06-07zoom-us: little fixes after review by @k0001danbst1-11/+12
2017-06-07zoom-us: init at 2.0.91373.0502danbst1-0/+91
Actually, reintroduce after removal (https://github.com/NixOS/nixpkgs/commit/bb99babc5a1c62edd012da5a1ad14cd3fe1abf0a) and use bundled Qt.
2017-03-25Remove zoom-usThomas Tuegel1-104/+0
This package needs maintenance, but has no maintainer: proprietary Qt-based packages should use the vendor-provided Qt libraries.
2017-02-27gst-plugins-base: align attrname with pkgnameBjørn Forsman1-2/+2
2017-02-21zoom-us: bumpShea Levy1-2/+2
2016-12-07zoom-us: 2.052458.0531 -> 2.0.707090.1031, paxmarkWill Dietz1-17/+16
* paxmark zoom to fix execution on PaX-enabled kernels[1] * Requires moving from qt55 to qt56 * Put libs as buildInputs so that wrapQtProgram sees their paths! * Don't use bundled Qt libs. (if these should be used, we shouldn't put our own on rpath, etc.) [1] Without this, program fails to start (but doesn't exit), and the following exception is logged a few times: Dec 07 12:24:26 hostname kernel: grsec: denied RWX mmap of <anonymous mapping> by /nix/store/v1i2bff9fs7w1vycv0y615phhs7hky87-zoom-us/share/.zoom-wrapped[.zoom-wrapped:23812] uid/euid:1000/1 zoom still won't run unless using a pax-fixed version of qtwebengine. ( see: https://github.com/NixOS/nixpkgs/pull/20991 )
2016-12-06icu: remove icu4c-54.1Savanni D'Gerinel1-2/+2
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
2016-08-24zoom-us: fix urlRenzo Carbonara1-1/+1
2016-07-12zoom-us: init at 2.0.52458.0531 (#15607)Renzo Carbonara1-0/+105