From 4c3c71fdd4bdb7dc3a8fe5b9fdfc8183058240b9 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 9 Mar 2018 16:26:59 +0300 Subject: [PATCH] tdesktop: disable on AArch64 Errors out with "please add support for your architecture". --- .../networking/instant-messengers/telegram/tdesktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix index bf564a6a192..74a477b537c 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix @@ -126,7 +126,7 @@ mkDerivation rec { meta = { description = "Telegram Desktop messaging app"; license = licenses.gpl3; - platforms = platforms.linux; + platforms = [ "x86_64-linux" "i686-linux" ]; homepage = https://desktop.telegram.org/; maintainers = with maintainers; [ abbradar garbas primeos ]; };