mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
_64gram: unbreak on darwin
This commit is contained in:
parent
503038867e
commit
dc76e53a5b
@ -41,7 +41,6 @@ telegram-desktop.overrideAttrs (old: rec {
|
||||
homepage = "https://github.com/TDesktop-x64/tdesktop";
|
||||
changelog = "https://github.com/TDesktop-x64/tdesktop/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ clot27 ];
|
||||
mainProgram = "telegram-desktop";
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user