From 5ccc02c81bdf29fc0dfda344e82666489d3891ad Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Tue, 15 Jul 2025 14:45:01 -0500 Subject: [PATCH] teamviewer: updated meta.platforms property to match actually available package outputs --- pkgs/applications/networking/remote/teamviewer/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix index 2dbc038b3fb9..3c47447353cf 100644 --- a/pkgs/applications/networking/remote/teamviewer/default.nix +++ b/pkgs/applications/networking/remote/teamviewer/default.nix @@ -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