Loading pkgs/applications/networking/remote/teamviewer/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , qtwebengine , qtx11extras , qtquickcontrols2 , qtgraphicaleffects , getconf , glibc , libXrandr Loading Loading @@ -51,7 +52,7 @@ mkDerivation rec { ''; nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ]; buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 icu63 ]; buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 qtgraphicaleffects icu63 ]; installPhase = '' mkdir -p $out/share/teamviewer $out/bin $out/share/applications Loading Loading
pkgs/applications/networking/remote/teamviewer/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , qtwebengine , qtx11extras , qtquickcontrols2 , qtgraphicaleffects , getconf , glibc , libXrandr Loading Loading @@ -51,7 +52,7 @@ mkDerivation rec { ''; nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ]; buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 icu63 ]; buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 qtgraphicaleffects icu63 ]; installPhase = '' mkdir -p $out/share/teamviewer $out/bin $out/share/applications Loading