telegram-desktop: rename from tdesktop

This commit is contained in:
Sandro Jäckel 2023-04-07 16:46:39 +02:00
parent c816bd50aa
commit e6c5f4cff8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
5 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
version = "4.7.1";
# Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
# Telegram-Desktop with submodules
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";

View File

@ -1560,6 +1560,7 @@ mapAliases ({
tangogps = foxtrotgps; # Added 2020-01-26
taplo-cli = taplo; # Added 2022-07-30
taplo-lsp = taplo; # Added 2022-07-30
tdesktop = telegram-desktop; # Added 2023-04-07
tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead";
teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05
telepathy-qt = throw "telepathy-qt no longer supports Qt 4. Please use libsForQt5.telepathy instead"; # Added 2020-07-02

View File

@ -31386,7 +31386,7 @@ with pkgs;
then darwin.apple_sdk_11_0.stdenv
else stdenv;
# tdesktop has random crashes when jemalloc is built with gcc.
# telegram-desktop has random crashes when jemalloc is built with gcc.
# Apparently, it triggers some bug due to usage of gcc's builtin
# functions like __builtin_ffsl by jemalloc when it's built with gcc.
jemalloc = (jemalloc.override { stdenv = clangStdenv; }).overrideAttrs(_: {
@ -33925,7 +33925,7 @@ with pkgs;
taskopen = callPackage ../applications/misc/taskopen { };
tdesktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/tdesktop {
telegram-desktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/telegram-desktop {
abseil-cpp = abseil-cpp_202206;
};