···262 license = licenses.gpl3Plus;
263 maintainers = with maintainers; [ lovek323 jwiegley adisbladis matthewbauer atemu ];
264 platforms = if withMacport then platforms.darwin else platforms.all;
0265266 longDescription = ''
267 GNU Emacs is an extensible, customizable text editor—and more. At its
···262 license = licenses.gpl3Plus;
263 maintainers = with maintainers; [ lovek323 jwiegley adisbladis matthewbauer atemu ];
264 platforms = if withMacport then platforms.darwin else platforms.all;
265+ broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
266267 longDescription = ''
268 GNU Emacs is an extensible, customizable text editor—and more. At its
···23buildGoModule rec {
4 pname = "kubo";
5- version = "0.19.0"; # When updating, also check if the repo version changed and adjust repoVersion below
6 rev = "v${version}";
78 passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
···10 # Kubo makes changes to it's source tarball that don't match the git source.
11 src = fetchurl {
12 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
13- hash = "sha256-PAxWijTAGOJKRDIKaulNPr/4uOJkm+vqNWAY7AjhFUw=";
14 };
1516 # tarball contains multiple files/directories
···23buildGoModule rec {
4 pname = "kubo";
5+ version = "0.19.1"; # When updating, also check if the repo version changed and adjust repoVersion below
6 rev = "v${version}";
78 passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
···10 # Kubo makes changes to it's source tarball that don't match the git source.
11 src = fetchurl {
12 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
13+ hash = "sha256-gQIJKV5MD0TZ0GYdLFWNePnExThqEjUmZKCAHhGwtMU=";
14 };
1516 # tarball contains multiple files/directories
···1560 tangogps = foxtrotgps; # Added 2020-01-26
1561 taplo-cli = taplo; # Added 2022-07-30
1562 taplo-lsp = taplo; # Added 2022-07-30
01563 tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead";
1564 teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05
1565 telepathy-qt = throw "telepathy-qt no longer supports Qt 4. Please use libsForQt5.telepathy instead"; # Added 2020-07-02
···1560 tangogps = foxtrotgps; # Added 2020-01-26
1561 taplo-cli = taplo; # Added 2022-07-30
1562 taplo-lsp = taplo; # Added 2022-07-30
1563+ tdesktop = telegram-desktop; # Added 2023-04-07
1564 tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead";
1565 teleconsole = throw "teleconsole is archived by upstream"; # Added 2022-04-05
1566 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
···31399 then darwin.apple_sdk_11_0.stdenv
31400 else stdenv;
3140131402- # tdesktop has random crashes when jemalloc is built with gcc.
31403 # Apparently, it triggers some bug due to usage of gcc's builtin
31404 # functions like __builtin_ffsl by jemalloc when it's built with gcc.
31405 jemalloc = (jemalloc.override { stdenv = clangStdenv; }).overrideAttrs(_: {
···3394533946 taskopen = callPackage ../applications/misc/taskopen { };
3394733948- tdesktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/tdesktop {
33949 abseil-cpp = abseil-cpp_202206;
33950 };
33951
···31399 then darwin.apple_sdk_11_0.stdenv
31400 else stdenv;
3140131402+ # telegram-desktop has random crashes when jemalloc is built with gcc.
31403 # Apparently, it triggers some bug due to usage of gcc's builtin
31404 # functions like __builtin_ffsl by jemalloc when it's built with gcc.
31405 jemalloc = (jemalloc.override { stdenv = clangStdenv; }).overrideAttrs(_: {
···3394533946 taskopen = callPackage ../applications/misc/taskopen { };
3394733948+ telegram-desktop = qt6Packages.callPackage ../applications/networking/instant-messengers/telegram/telegram-desktop {
33949 abseil-cpp = abseil-cpp_202206;
33950 };
33951