From 2956a162bf36f83c4ee241ddd51ba281b73a5226 Mon Sep 17 00:00:00 2001 From: nukdokplex Date: Thu, 31 Jul 2025 04:07:56 +0500 Subject: [PATCH] ayugram-desktop: fix mainProgram --- pkgs/by-name/ay/ayugram-desktop/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ay/ayugram-desktop/package.nix b/pkgs/by-name/ay/ayugram-desktop/package.nix index e4e58d3a8010..4a7029bab9d6 100644 --- a/pkgs/by-name/ay/ayugram-desktop/package.nix +++ b/pkgs/by-name/ay/ayugram-desktop/package.nix @@ -26,7 +26,7 @@ telegram-desktop.override { passthru.updateScript = nix-update-script { }; meta = previousAttrs.meta // { - mainProgram = if stdenv.hostPlatform.isLinux then "ayugram-desktop" else "AyuGram"; + mainProgram = "AyuGram"; description = "Desktop Telegram client with good customization and Ghost mode"; longDescription = '' The best that could be in the world of Telegram clients.