zoom-us: remove qttools

this is a left-over when we used nixpkgs's qt instead of the bundled version
wip/yesman
Jörg Thalheim 3 years ago
parent b747aa0f9f
commit 776f482e02
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
  1. 3
      pkgs/applications/networking/instant-messengers/zoom-us/default.nix

@ -23,7 +23,6 @@
, pciutils
, procps
, util-linux
, qttools
, pulseaudioSupport ? true, libpulseaudio ? null
}:
@ -107,7 +106,7 @@ in stdenv.mkDerivation rec {
--run "cd $out/opt/zoom" \
--unset QML2_IMPORT_PATH \
--unset QT_PLUGIN_PATH \
--prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps qttools.dev util-linux ]} \
--prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \
--prefix LD_LIBRARY_PATH ":" ${libs}
# Backwards compatiblity: we used to call it zoom-us

Loading…
Cancel
Save