Unverified Commit 3a83af70 authored by Guy Chronister's avatar Guy Chronister
Browse files

teamviewer: migrate to by-name

parent 83e97f35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  libsm,
  libxfixes,
  coreutils,
  wrapQtAppsHook,
  libsForQt5,
  icu63,
  nss,
  minizip,
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    autoPatchelfHook
    makeWrapper
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
  ];
  buildInputs = [
    minizip
+0 −2
Original line number Diff line number Diff line
@@ -3512,8 +3512,6 @@ with pkgs;
    youtube-dl = yt-dlp;
  };

  teamviewer = libsForQt5.callPackage ../applications/networking/remote/teamviewer { };

  buildTeleport = callPackage ../build-support/teleport { };

  telepresence = callPackage ../tools/networking/telepresence {