mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
tdesktop: disable on AArch64
Errors out with "please add support for your architecture".
This commit is contained in:
parent
986ea06036
commit
4c3c71fdd4
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user