Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

C4 Patino 5ccc02c8 e0b031b2

+4 -1
+4 -1
pkgs/applications/networking/remote/teamviewer/default.nix
··· 159 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 160 license = licenses.unfree; 161 description = "Desktop sharing application, providing remote support and online meetings"; 162 - platforms = [ "x86_64-linux" ]; 163 maintainers = with maintainers; [ 164 jagajaga 165 jraygauthier
··· 159 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 160 license = licenses.unfree; 161 description = "Desktop sharing application, providing remote support and online meetings"; 162 + platforms = [ 163 + "x86_64-linux" 164 + "aarch64-linux" 165 + ]; 166 maintainers = with maintainers; [ 167 jagajaga 168 jraygauthier