summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2022-11-20 09:55:54 +0100
committerFlorian Brandes <florian.brandes@posteo.de>2022-11-20 09:55:54 +0100
commitb9a8eae2a4068c05c253508e2063fd0d3d193311 (patch)
treedbcaf39a7234ca1b7c56c1d330ea50d594c27ef4
parentd1c1328207b624e84f7bd1ea2fd13280065ce69d (diff)
downloadnixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar.gz
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar.bz2
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar.lz
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar.xz
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.tar.zst
nixpkgs-b9a8eae2a4068c05c253508e2063fd0d3d193311.zip
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: Florian Brandes <florian.brandes@posteo.de>
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index 44ce12aeeb4..f67c096b706 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -1,5 +1,5 @@
 { 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 = ''