Unverified Commit b9a8eae2 authored by Florian Brandes's avatar Florian Brandes
Browse files

teamviewer: remove qtwebkit

due to https://github.com/NixOS/nixpkgs/pull/201028

 and
the deprecation of qtwebkit teamviewer refuses to evaluate.

qtwebkit isn't needed for teamviewer and is therefore removed.

Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent d1c13282
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ mkDerivation, lib, fetchurl, autoPatchelfHook, makeWrapper, xdg-utils, dbus
, qtbase, qtwebkit, qtwebengine, qtx11extras, qtquickcontrols, getconf, glibc
, qtbase, qtwebengine, qtx11extras, qtquickcontrols, getconf, glibc
, libXrandr, libX11, libXext, libXdamage, libXtst, libSM, libXfixes, coreutils
, wrapQtAppsHook
}:
@@ -21,7 +21,7 @@ mkDerivation rec {
  '';

  nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ];
  buildInputs = [ dbus getconf qtbase qtwebkit qtwebengine qtx11extras libX11 ];
  buildInputs = [ dbus getconf qtbase qtwebengine qtx11extras libX11 ];
  propagatedBuildInputs = [ qtquickcontrols ];

  installPhase = ''