Unverified Commit 5ccc02c8 authored by C4 Patino's avatar C4 Patino
Browse files

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

parent e0b031b2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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