telegram-desktop: set meta.mainProgram correctly for >=5.15
This commit is contained in:
+1
-1
@@ -158,6 +158,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://desktop.telegram.org/";
|
||||
changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram";
|
||||
mainProgram = "Telegram";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user