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 = {
|
meta = {
|
||||||
description = "Telegram Desktop messaging app";
|
description = "Telegram Desktop messaging app";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
homepage = https://desktop.telegram.org/;
|
homepage = https://desktop.telegram.org/;
|
||||||
maintainers = with maintainers; [ abbradar garbas primeos ];
|
maintainers = with maintainers; [ abbradar garbas primeos ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user