zoom-us: remove qttools

this is a left-over when we used nixpkgs's qt instead of the bundled version
This commit is contained in:
Jörg Thalheim
2021-03-15 19:41:57 +01:00
parent b747aa0f9f
commit 776f482e02
@@ -23,7 +23,6 @@
, pciutils , pciutils
, procps , procps
, util-linux , util-linux
, qttools
, pulseaudioSupport ? true, libpulseaudio ? null , pulseaudioSupport ? true, libpulseaudio ? null
}: }:
@@ -107,7 +106,7 @@ in stdenv.mkDerivation rec {
--run "cd $out/opt/zoom" \ --run "cd $out/opt/zoom" \
--unset QML2_IMPORT_PATH \ --unset QML2_IMPORT_PATH \
--unset QT_PLUGIN_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} --prefix LD_LIBRARY_PATH ":" ${libs}
# Backwards compatiblity: we used to call it zoom-us # Backwards compatiblity: we used to call it zoom-us