···262262 license = licenses.gpl3Plus;
263263 maintainers = with maintainers; [ lovek323 jwiegley adisbladis matthewbauer atemu ];
264264 platforms = if withMacport then platforms.darwin else platforms.all;
265265+ broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
265266266267 longDescription = ''
267268 GNU Emacs is an extensible, customizable text editor—and more. At its
···2233buildGoModule rec {
44 pname = "kubo";
55- version = "0.19.0"; # When updating, also check if the repo version changed and adjust repoVersion below
55+ version = "0.19.1"; # When updating, also check if the repo version changed and adjust repoVersion below
66 rev = "v${version}";
7788 passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
···1010 # Kubo makes changes to it's source tarball that don't match the git source.
1111 src = fetchurl {
1212 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
1313- hash = "sha256-PAxWijTAGOJKRDIKaulNPr/4uOJkm+vqNWAY7AjhFUw=";
1313+ hash = "sha256-gQIJKV5MD0TZ0GYdLFWNePnExThqEjUmZKCAHhGwtMU=";
1414 };
15151616 # tarball contains multiple files/directories
···15601560 tangogps = foxtrotgps; # Added 2020-01-26
15611561 taplo-cli = taplo; # Added 2022-07-30
15621562 taplo-lsp = taplo; # Added 2022-07-30
15631563+ tdesktop = telegram-desktop; # Added 2023-04-07
15631564 tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead";
15641565 teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05
15651566 telepathy-qt = throw "telepathy-qt no longer supports Qt 4. Please use libsForQt5.telepathy instead"; # Added 2020-07-02
+2-2
pkgs/top-level/all-packages.nix
···3139931399 then darwin.apple_sdk_11_0.stdenv
3140031400 else stdenv;
31401314013140231402- # tdesktop has random crashes when jemalloc is built with gcc.
3140231402+ # telegram-desktop has random crashes when jemalloc is built with gcc.
3140331403 # Apparently, it triggers some bug due to usage of gcc's builtin
3140431404 # functions like __builtin_ffsl by jemalloc when it's built with gcc.
3140531405 jemalloc = (jemalloc.override { stdenv = clangStdenv; }).overrideAttrs(_: {
···33945339453394633946 taskopen = callPackage ../applications/misc/taskopen { };
33947339473394833948- tdesktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/tdesktop {
3394833948+ telegram-desktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/telegram-desktop {
3394933949 abseil-cpp = abseil-cpp_202206;
3395033950 };
3395133951