Loading pkgs/applications/networking/remote/teamviewer/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,10 @@ mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; description = "Desktop sharing application, providing remote support and online meetings"; platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ jagajaga jraygauthier Loading Loading
pkgs/applications/networking/remote/teamviewer/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,10 @@ mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; description = "Desktop sharing application, providing remote support and online meetings"; platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ jagajaga jraygauthier Loading