nixpkgs/pkgs/applications/networking
Yarny0 b747aa0f9f zoom-us: unset Qt env variables to fix dialog boxes
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.

I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.

Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
..
3proxy _3proxy: 0.8.13 -> 0.9.3 2021-01-11 19:14:28 +01:00
apache-directory-studio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
appgate-sdp appgate-sdp: fix substitution bug 2021-02-22 09:50:58 +01:00
bee treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
brig treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
browsers chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
c14 treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
calls calls: remove unused input 2021-02-22 01:16:28 +01:00
cawbird cawbird: 1.2.1 -> 1.3.2 2021-01-19 12:13:46 +01:00
charles treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
cloudflared cloudflared: 2021.1.5 -> 2021.2.1 2021-02-06 09:23:11 +00:00
cluster Merge pull request #115937 from 06kellyjac/kube3d 2021-03-12 02:45:11 +01:00
compactor treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
datovka treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
davmail treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
dnscontrol dnscontrol: 3.6.0 -> 3.7.0 2021-02-20 20:12:00 +00:00
drive
droopy droopy: remove macpath to migrate to py3.8 2020-11-25 10:45:53 +01:00
dropbox treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
dsvpn treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dyndns cfdyndns: fix build 2021-03-04 01:05:00 +09:00
enhanced-ctorrent pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
errbot errbot: 6.1.1 -> 6.1.7 2021-02-09 19:43:27 +01:00
esniper pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
feedreaders newsflash: use cargoSetupHook instead of buildRustPackage 2021-02-28 11:47:47 -05:00
firehol firehol: 3.1.6 -> 3.1.7 2021-01-18 17:36:35 +00:00
flent treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
flexget flexget: use transmission-rpc instead of transmissionrpc 2021-03-05 13:46:20 +01:00
ftp treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
gdrive treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gmailctl treewide: Remove usages of stdenv.lib by @doronbehar 2021-01-23 10:52:19 +02:00
gnome-network-displays treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
gns3 Merge branch 'master' into staging-next 2021-03-05 20:38:56 +01:00
google-drive-ocamlfuse ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06 2020-11-01 17:18:02 +01:00
gopher sacc: 1.02 -> 1.03 2021-02-05 20:23:27 +00:00
hpmyroom hpmyroom: 12.0.0.0220 -> 12.1.1.0257 2020-10-07 14:01:51 +08:00
hydroxide hydroxide: 0.2.15 -> 0.2.17 (#109978) 2021-01-21 10:03:49 -08:00
icemon icemon: init at v3.3 2020-10-20 10:15:58 +02:00
ids zeek: use caf from nixpkgs 2021-03-05 06:00:00 -05:00
ike remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
instant-messengers zoom-us: unset Qt env variables to fix dialog boxes 2021-03-14 23:05:47 +01:00
insync treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
ipfs ipfs: 0.7.0 -> 0.8.0 2021-02-20 23:03:44 +00:00
ipfs-cluster treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
ipfs-migrator ipfs-migrator: 1.7.0 -> 1.7.1 2021-02-03 15:10:45 +00:00
ipget treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
iptraf pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
iptraf-ng treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
irc qweechat: drop 2021-03-08 11:52:14 +01:00
jmeter jmeter: 5.4 -> 5.4.1 2021-01-30 06:27:22 +00:00
jnetmap treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
libcoap pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
lieer pythonPackages.google-api-python-client: normalize package name 2021-03-06 00:02:06 +01:00
linssid treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
maestral-qt maestral-gui: 1.3.1 -> 1.4.2 2021-02-17 21:23:52 +01:00
mailreaders thunderbird: 78.8.0 -> 78.8.1 2021-03-09 03:12:45 +09:00
mkchromecast treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
modem-manager-gui modem-manager-gui: remove unused inputs 2021-03-01 10:47:10 +01:00
mpop treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
msmtp treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
mullvad-vpn mullvad-vpn: 2021.1 -> 2021.2 2021-02-18 16:29:19 +00:00
mumble mumble: cleanup ? null and assertion, remove not required enableParallelBuilding due to qmake 2021-02-23 15:58:29 +01:00
n8n regenerate with node2nix 1.9.0 except zigbee2mqtt 2021-02-03 19:52:09 +01:00
ncgopher ncgopher: 0.1.5 -> 0.2.0 2021-02-16 12:01:42 +01:00
ndppd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
netperf pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
newsreaders treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
nextcloud-client nextcloud-client: 3.0.3 -> 3.1.3 2021-02-22 11:53:32 -03:00
nextdns nextdns: 1.9.6 -> 1.10.1 2021-01-30 18:56:34 +00:00
ngadmin ngadmin: add withReadline, enableEmu, enableSpy flags 2021-01-20 00:09:36 +01:00
nload treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
nntp-proxy pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
nym treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
offrss pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
omping treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
onionshare onionshare: 2.3 -> 2.3.1 2021-02-24 18:10:34 +01:00
openbazaar openbazaar-client: 2.4.9 -> 2.4.10 2021-01-22 18:14:04 +00:00
ostinato Merge pull request #100532 from piegamesde/fix-desktopitems 2020-11-27 22:27:59 +01:00
owamp treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
owncloud-client treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
p2p eiskaltdcpp: 2.4.1 -> 2.4.2 2021-03-09 15:39:22 -08:00
pcloud treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ping pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
pjsip pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
powerdns-admin powerdns-admin: init at 0.2.3 2021-03-07 13:18:10 -08:00
protocol treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
protonmail-bridge protonmail-bridge: 1.2.3-1 -> 1.5.0 2020-11-22 10:26:36 +01:00
protonvpn-cli protonvpn-cli: 2.2.4 -> 2.2.6 2021-01-21 18:02:07 +01:00
protonvpn-gui protonvpn-gui: Disable tests 2021-02-05 12:51:23 +01:00
ps2client treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pyload treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
qv2ray treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
remote Merge pull request #115543 from r-ryantm/auto-update/remmina 2021-03-10 21:16:10 +01:00
resilio-sync pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
scaleft treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
seafile-client pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
seaweedfs seaweedfs: 2.27 -> 2.29 2021-03-09 12:34:30 +00:00
shellhub-agent shellhub-agent: 0.5.1 -> 0.5.2 2021-02-20 21:04:44 -03:00
sieve-connect treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
siproxd pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
sniffers wireshark: 3.4.3 -> 3.4.4 (#116018) 2021-03-12 07:03:16 +01:00
sniproxy treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
soapui treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
soulseek/nicotine-plus treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
spideroak treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
ssb-patchwork
station
super-productivity pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Sylk Sylk: 3.0.0 -> 3.0.1 2021-02-10 18:02:01 +01:00
sync rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer 2021-03-09 11:42:24 +01:00
syncplay syncplay: 1.6.6 -> 1.6.7 2020-12-15 21:49:14 -08:00
syncthing syncthing: 1.13.1 -> 1.14.0 2021-03-06 04:20:00 +00:00
syncthing-gtk treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tcpkali pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
termius pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
testssl testssl: 3.0.2 -> 3.0.4 2021-03-10 02:14:10 +00:00
trebleshot treewide: simplify rev/repo arguments in src 2020-11-01 23:02:24 -08:00
tsung treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
twtxt treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
umurmur umurmur: 0.2.17 -> 0.2.19 2021-02-08 09:26:51 +01:00
utahfs utahfs: use upstream vendor 2020-09-08 16:32:39 +10:00
versus treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
vnstat treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
wayback_machine_downloader treewide: add final newline 2021-01-22 07:18:04 +10:00
weather/meteo treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
websocketd websocketd: 0.3.1 -> 0.4.1 2021-02-09 18:43:14 +00:00
wg-bond treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
znc treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00