teamviewer: updated meta.platforms property to match actually available package outputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user