teamviewer: updated meta.platforms property to match actually available package outputs

This commit is contained in:
C4 Patino
2025-07-20 18:28:04 -05:00
parent e0b031b205
commit 5ccc02c81b
@@ -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