lol

tdesktop: disable on AArch64

Errors out with "please add support for your architecture".

+1 -1
+1 -1
pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
··· 126 126 meta = { 127 127 description = "Telegram Desktop messaging app"; 128 128 license = licenses.gpl3; 129 - platforms = platforms.linux; 129 + platforms = [ "x86_64-linux" "i686-linux" ]; 130 130 homepage = https://desktop.telegram.org/; 131 131 maintainers = with maintainers; [ abbradar garbas primeos ]; 132 132 };