···6969 };
7070in
7171{
7272- texinfo413 = stdenv.mkDerivation (finalAttrs: {
7373- pname = "texinfo";
7474- version = "4.13a";
7575-7676- src = fetchurl {
7777- url = "mirror://gnu/texinfo/texinfo-${finalAttrs.version}.tar.lzma";
7878- hash = "sha256-bSiwzq6GbjU2FC/FUuejvJ+EyDAxGcJXMbJHju9kyeU=";
7979- };
8080-8181- buildInputs = [ ncurses ];
8282- nativeBuildInputs = [ xz ];
8383-8484- # Disabled because we don't have zdiff in the stdenv bootstrap.
8585- #doCheck = true;
8686-8787- meta = meta // {
8888- branch = finalAttrs.version;
8989- };
9090- });
9172 texinfo6_5 = buildTexinfo {
9273 version = "6.5";
9374 hash = "sha256-d3dLP0oGwgcFzC7xyASGRCLjz5UjXpZbHwCkbffaX2I=";
+1
pkgs/top-level/aliases.nix
···18991899 tepl = libgedit-tepl; # Added 2024-04-29
19001900 termplay = throw "'termplay' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
19011901 testVersion = testers.testVersion; # Added 2022-04-20
19021902+ texinfo4 = throw "'texinfo4' has been removed in favor of the latest version"; # Added 2025-06-08
19021903 tezos-rust-libs = ligo; # Added 2025-06-03
19031904 tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
19041905 thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20