9 telegram-desktop.override {
12 unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec {
13 pname = "64gram-unwrapped";
16 src = fetchFromGitHub {
17 owner = "TDesktop-x64";
20 hash = "sha256-RHybrvm5p8BUt5StT/NuR76f2y1CCICirTMjdeRLtkY=";
21 fetchSubmodules = true;
24 cmakeFlags = (old.cmakeFlags or [ ]) ++ [
25 (lib.cmakeBool "DESKTOP_APP_DISABLE_AUTOUPDATE" true)
29 description = "Unofficial Telegram Desktop providing Windows 64bit build and extra features";
30 license = lib.licenses.gpl3Only;
31 platforms = lib.platforms.all;
32 homepage = "https://github.com/TDesktop-x64/tdesktop";
33 changelog = "https://github.com/TDesktop-x64/tdesktop/releases/tag/v${version}";
34 maintainers = with lib.maintainers; [ clot27 ];
35 mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram";